Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ef747 commit da9df92Copy full SHA for da9df92
1 file changed
Doc/tutorial/modules.rst
@@ -248,7 +248,7 @@ modules are built into the interpreter; these provide access to operations that
248
are not part of the core of the language but are nevertheless built in, either
249
for efficiency or to provide access to operating system primitives such as
250
system calls. The set of such modules is a configuration option which also
251
-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
252
provided on Windows systems. One particular module deserves some attention:
253
:mod:`sys`, which is built into every Python interpreter. The variables
254
``sys.ps1`` and ``sys.ps2`` define the strings used as primary and secondary
0 commit comments