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 3fa9191 commit 6fd77aaCopy full SHA for 6fd77aa
Doc/library/os.rst
@@ -3319,8 +3319,8 @@ to be ignored.
3319
Add a path to the DLL search path.
3320
3321
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`.
+ extension modules (the module itself is resolved through
+ :data:`sys.path`), and also by :mod:`ctypes`.
3324
3325
Remove the directory by calling **close()** on the returned object
3326
or using it in a :keyword:`with` statement.
0 commit comments