Skip to content

Commit 692aea6

Browse files
authored
Add link to sys.path in os lib (#91679)
1 parent 1ba63e3 commit 692aea6

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
@@ -3556,8 +3556,8 @@ to be ignored.
35563556
Add a path to the DLL search path.
35573557

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

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

0 commit comments

Comments
 (0)