From: Senthil Kumaran Date: Mon, 20 Jun 2011 00:41:33 +0000 (-0700) Subject: minor space nit. X-Git-Tag: v3.2.1rc2~70^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=150857028ca931e9b73c6472a89476d84c8724c1;p=thirdparty%2FPython%2Fcpython.git minor space nit. --- diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index 6239c2a68173..2451fd570193 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -161,7 +161,7 @@ The Module Search Path When a module named :mod:`spam` is imported, the interpreter searches for a file named :file:`spam.py` in the directory containing the input script (or -thecurrent directory), and then in the list of directories specified by the +the current directory), and then in the list of directories specified by the environment variable :envvar:`PYTHONPATH`. This has the same syntax as the shell variable :envvar:`PATH`, that is, a list of directory names. When :envvar:`PYTHONPATH` is not set, or when the file is not found there, the