Skip to content

Commit 1a4b961

Browse files
vstinnerpicnixz
andauthored
Update Doc/library/os.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 098ffe0 commit 1a4b961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ process and user.
219219
:data:`os.environ`, and when one of the :meth:`~dict.pop` or
220220
:meth:`~dict.clear` methods is called.
221221

222-
If the ``clearenv()`` function is available, the :meth:`~dict.clear` method
222+
If the :manpage:`clearenv(3)` function is available, the :meth:`~dict.clear` method
223223
uses it and emits a single ``os._clearenv`` audit event. Otherwise, it emits
224224
an ``os.unsetenv`` event on each deleted variable.
225225

0 commit comments

Comments
 (0)