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 f92aa4f commit 8299e24Copy full SHA for 8299e24
Doc/library/os.rst
@@ -3546,8 +3546,8 @@ to be ignored.
3546
Add a path to the DLL search path.
3547
3548
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`.
+ extension modules (the module itself is resolved through
+ :data:`sys.path`), and also by :mod:`ctypes`.
3551
3552
Remove the directory by calling **close()** on the returned object
3553
or using it in a :keyword:`with` statement.
0 commit comments