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 a1110b6 commit 7e915a4Copy full SHA for 7e915a4
Doc/library/os.rst
@@ -216,8 +216,8 @@ process and user.
216
217
You can delete items in this mapping to unset environment variables.
218
:func:`unsetenv` will be called automatically when an item is deleted from
219
- :data:`os.environ`, and when one of the :meth:`pop` or :meth:`clear` methods is
220
- called.
+ :data:`os.environ`, and when one of the :meth:`~dict.pop` or
+ :meth:`~dict.clear` methods is called.
221
222
.. seealso::
223
0 commit comments