From: slateny <46876382+slateny@users.noreply.github.com> Date: Wed, 20 Apr 2022 03:59:48 +0000 (-0700) Subject: Add link to sys.path in os lib (#91679) X-Git-Tag: v3.11.0b1~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=692aea6f3823df48b7fc267ba0aa1ccc45ac606d;p=thirdparty%2FPython%2Fcpython.git Add link to sys.path in os lib (#91679) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 254d6e192cdf..c22bf56a9f2c 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.