We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba63e3 commit 692aea6Copy full SHA for 692aea6
Doc/library/os.rst
@@ -3556,8 +3556,8 @@ to be ignored.
3556
Add a path to the DLL search path.
3557
3558
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`.
+ extension modules (the module itself is resolved through
+ :data:`sys.path`), and also by :mod:`ctypes`.
3561
3562
Remove the directory by calling **close()** on the returned object
3563
or using it in a :keyword:`with` statement.
0 commit comments