summaryrefslogtreecommitdiff
path: root/doc/example.py
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2011-04-01 17:48:39 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-04-01 20:25:17 -0600
commitd44e74df3d31dfcd37eeef11bf5af14189c42433 (patch)
treebbaac738d82d5a2ee0c3bb567a89c7f263d43291 /doc/example.py
parent99836f38289ed77b635a066e0ce4c7fa8aa5848d (diff)
downloadnumpy-d44e74df3d31dfcd37eeef11bf5af14189c42433.tar.gz
DOC: Remove the advice to 'import scipy as sp' from the documentation.
Correct a statement about how doctest namespaces are initialized in scipy.
Diffstat (limited to 'doc/example.py')
-rw-r--r--doc/example.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/example.py b/doc/example.py
index 0d5b53a33..5958c2db5 100644
--- a/doc/example.py
+++ b/doc/example.py
@@ -24,7 +24,6 @@ import os # standard library imports first
# convention used by NumPy itself::
import numpy as np
-import scipy as sp
import matplotlib as mpl
import matplotlib.pyplot as plt