Add a missing newline in an example; caught by Chris Ryland

<cpr@emsoftware.com>.
This commit is contained in:
Fred Drake 2001-01-17 05:12:13 +00:00
parent e69d3d7587
commit 90badd1286
1 changed files with 2 additions and 1 deletions

View File

@ -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.