Skip to content

Commit 6fd77aa

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 3fa9191 commit 6fd77aa

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
@@ -3319,8 +3319,8 @@ to be ignored.
33193319
Add a path to the DLL search path.
33203320

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

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

0 commit comments

Comments
 (0)