diff options
author | Robert Kern <robert.kern@gmail.com> | 2011-04-01 17:48:39 -0500 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-04-01 20:25:17 -0600 |
commit | d44e74df3d31dfcd37eeef11bf5af14189c42433 (patch) | |
tree | bbaac738d82d5a2ee0c3bb567a89c7f263d43291 /doc/example.py | |
parent | 99836f38289ed77b635a066e0ce4c7fa8aa5848d (diff) | |
download | numpy-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.py | 1 |
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 |