Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da9df92

Browse files
committed
add missing period; thanks to Gaston Fiore from docs@
1 parent 90ef747 commit da9df92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ modules are built into the interpreter; these provide access to operations that
248248
are not part of the core of the language but are nevertheless built in, either
249249
for efficiency or to provide access to operating system primitives such as
250250
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
251+
depends on the underlying platform. For example, the :mod:`winreg` module is only
252252
provided on Windows systems. One particular module deserves some attention:
253253
:mod:`sys`, which is built into every Python interpreter. The variables
254254
``sys.ps1`` and ``sys.ps2`` define the strings used as primary and secondary

0 commit comments

Comments
 (0)