Skip to content

Commit 8299e24

Browse files
Add link to sys.path in os lib (GH-91679)
(cherry picked from commit 692aea6) Co-authored-by: slateny <[email protected]>
1 parent f92aa4f commit 8299e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3546,8 +3546,8 @@ to be ignored.
35463546
Add a path to the DLL search path.
35473547

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

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

0 commit comments

Comments
 (0)