From 7687f3fb80cbda43e5a80ac2f003a71fe4ea5415 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 4 Aug 2012 19:42:06 +0200 Subject: [PATCH] add missing period; thanks to Gaston Fiore from docs@ --- 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 62b9bb5af53..ac3483c625c 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -242,7 +242,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