We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098ffe0 commit 1a4b961Copy full SHA for 1a4b961
1 file changed
Doc/library/os.rst
@@ -219,7 +219,7 @@ process and user.
219
:data:`os.environ`, and when one of the :meth:`~dict.pop` or
220
:meth:`~dict.clear` methods is called.
221
222
- If the ``clearenv()`` function is available, the :meth:`~dict.clear` method
+ If the :manpage:`clearenv(3)` function is available, the :meth:`~dict.clear` method
223
uses it and emits a single ``os._clearenv`` audit event. Otherwise, it emits
224
an ``os.unsetenv`` event on each deleted variable.
225
0 commit comments