[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

sandro.tosi python-checkins at python.org
Sat Aug 4 19:43:23 CEST 2012


http://hg.python.org/cpython/rev/fa8f6c680c6b
changeset:   78414:fa8f6c680c6b
parent:      78411:27ae40361ca5
parent:      78413:66b53f555704
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Aug 04 19:42:46 2012 +0200
summary:
  merge with 3.2

files:
  Doc/tutorial/modules.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -248,7 +248,7 @@
 are not part of the core of the language but are nevertheless built in, either
 for efficiency or to provide access to operating system primitives such as
 system calls.  The set of such modules is a configuration option which also
-depends on the underlying platform For example, the :mod:`winreg` module is only
+depends on the underlying platform.  For example, the :mod:`winreg` module is only
 provided on Windows systems. One particular module deserves some attention:
 :mod:`sys`, which is built into every Python interpreter.  The variables
 ``sys.ps1`` and ``sys.ps2`` define the strings used as primary and secondary

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list