]> granicus.if.org Git - python/commitdiff
add missing period; thanks to Gaston Fiore from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 4 Aug 2012 17:42:24 +0000 (19:42 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 4 Aug 2012 17:42:24 +0000 (19:42 +0200)
Doc/tutorial/modules.rst

index e5adb05b85e1134a46cc54e6498249c6ed7b1c1b..15b80943850d4bac666a68a57c72134ef5f4e1a6 100644 (file)
@@ -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