Add link to sys.path in os lib (#91679)

This commit is contained in:
slateny 2022-04-19 20:59:48 -07:00 committed by GitHub
parent 1ba63e3a9b
commit 692aea6f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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