Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down