Commit 90badd12 authored by Fred Drake's avatar Fred Drake

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

<cpr@emsoftware.com>.
parent e69d3d75
...@@ -217,7 +217,8 @@ up to Python 1.4 (i.e., no hierarchical module names). (This ...@@ -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.) \function{load_module()} has been added in 1.4.)
\begin{verbatim} \begin{verbatim}
import imp import sys import imp
import sys
def __import__(name, globals=None, locals=None, fromlist=None): def __import__(name, globals=None, locals=None, fromlist=None):
# Fast path: see if the module has already been imported. # Fast path: see if the module has already been imported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment