From 692aea6f3823df48b7fc267ba0aa1ccc45ac606d Mon Sep 17 00:00:00 2001 From: slateny <46876382+slateny@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:59:48 -0700 Subject: Add link to sys.path in os lib (#91679) --- Doc/library/os.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 254d6e1..c22bf56 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. -- cgit v0.12