Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1afb8e5

Browse files
committed
Fix doc
1 parent cdd9fec commit 1afb8e5

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
@@ -193,7 +193,7 @@ process and user.
193193
to the environment made after this time are not reflected in :data:`os.environ`,
194194
except for changes made by modifying :data:`os.environ` directly.
195195

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

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

0 commit comments

Comments
 (0)