Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jun 5, 2024
1 parent cdd9fec commit 1afb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ process and user.
to the environment made after this time are not reflected in :data:`os.environ`,
except for changes made by modifying :data:`os.environ` directly.

The :meth:`os.environ.refresh() <os.environ>` method updates
The :meth:`!os.environ.refresh()` method updates
:data:`os.environ` with changes to the environment made outside Python.

This mapping may be used to modify the environment as well as query the
Expand Down

0 comments on commit 1afb8e5

Please sign in to comment.