diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 254d6e192cd..c22bf56a9f2 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.