]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add link to sys.path in os lib (#91679)
authorslateny <46876382+slateny@users.noreply.github.com>
Wed, 20 Apr 2022 03:59:48 +0000 (20:59 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Apr 2022 03:59:48 +0000 (20:59 -0700)
Doc/library/os.rst

index 254d6e192cdf08c2886b151031c7b2962fcc4ab3..c22bf56a9f2cdec20a1258fd5d2b7bd5c452c8be 100644 (file)
@@ -3556,8 +3556,8 @@ to be ignored.
    Add a path to the DLL search path.
 
    This search path is used when resolving dependencies for imported
-   extension modules (the module itself is resolved through sys.path),
-   and also by :mod:`ctypes`.
+   extension modules (the module itself is resolved through
+   :data:`sys.path`), and also by :mod:`ctypes`.
 
    Remove the directory by calling **close()** on the returned object
    or using it in a :keyword:`with` statement.