summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-08-04 17:42:46 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-08-04 17:42:46 (GMT)
commitba5010a64963e93e8b4dccb076e998a1e42bd71d (patch)
tree86226b109c37726ab7326616b9e55d81db96facb /Doc
parent8aaeb2f4dcb0e0b01ab69b1f28de527b8f579e96 (diff)
parentda9df920683831caee989ae278926363ba79e9c2 (diff)
downloadcpython-ba5010a64963e93e8b4dccb076e998a1e42bd71d.zip
cpython-ba5010a64963e93e8b4dccb076e998a1e42bd71d.tar.gz
cpython-ba5010a64963e93e8b4dccb076e998a1e42bd71d.tar.bz2
merge with 3.2
Diffstat (limited to 'Doc')
-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 e5adb05..15b8094 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -248,7 +248,7 @@ modules are built into the interpreter; these provide access to operations that
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