From 150857028ca931e9b73c6472a89476d84c8724c1 Mon Sep 17 00:00:00 2001
From: Senthil Kumaran <senthil@uthcode.com>
Date: Sun, 19 Jun 2011 17:41:33 -0700
Subject: [PATCH] minor space nit.

---
 Doc/tutorial/modules.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index 6239c2a6817..2451fd57019 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
-- 
2.30.9