Skip to content

Commit

Permalink
Add link to sys.path in os lib (GH-91679)
Browse files Browse the repository at this point in the history
(cherry picked from commit 692aea6)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
  • Loading branch information
miss-islington and slateny committed Apr 20, 2022
1 parent f92aa4f commit 8299e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/os.rst
Expand Up @@ -3546,8 +3546,8 @@ to be ignored.
Add a path to the DLL search path.

This search path is used when resolving dependencies for imported
extension modules (the module itself is resolved through sys.path),
and also by :mod:`ctypes`.
extension modules (the module itself is resolved through
:data:`sys.path`), and also by :mod:`ctypes`.

Remove the directory by calling **close()** on the returned object
or using it in a :keyword:`with` statement.
Expand Down

0 comments on commit 8299e24

Please sign in to comment.