summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-06-20 00:41:33 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-06-20 00:41:33 (GMT)
commit150857028ca931e9b73c6472a89476d84c8724c1 (patch)
treee6d9f6a11086eaed474514b27f9bebfa1aa20388 /Doc/tutorial
parent5c0347b3989e7bf9fd78825a6bdd1fee7ad2a9dd (diff)
downloadcpython-150857028ca931e9b73c6472a89476d84c8724c1.zip
cpython-150857028ca931e9b73c6472a89476d84c8724c1.tar.gz
cpython-150857028ca931e9b73c6472a89476d84c8724c1.tar.bz2
minor space nit.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index 6239c2a..2451fd5 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