mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add a missing newline in an example; caught by Chris Ryland
<cpr@emsoftware.com>.
This commit is contained in:
parent
e69d3d7587
commit
90badd1286
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@ up to Python 1.4 (i.e., no hierarchical module names). (This
|
|||
\function{load_module()} has been added in 1.4.)
|
||||
|
||||
\begin{verbatim}
|
||||
import imp import sys
|
||||
import imp
|
||||
import sys
|
||||
|
||||
def __import__(name, globals=None, locals=None, fromlist=None):
|
||||
# Fast path: see if the module has already been imported.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue