]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
minor space nit.
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 20 Jun 2011 00:41:33 +0000 (17:41 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 20 Jun 2011 00:41:33 +0000 (17:41 -0700)
Doc/tutorial/modules.rst

index 6239c2a6817385249f56d6abe9d7ed1436596fa1..2451fd570193c2a6bdc0f13b6a328868b5b9c891 100644 (file)
@@ -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