From d44e74df3d31dfcd37eeef11bf5af14189c42433 Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Fri, 1 Apr 2011 17:48:39 -0500 Subject: DOC: Remove the advice to 'import scipy as sp' from the documentation. Correct a statement about how doctest namespaces are initialized in scipy. --- doc/example.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/example.py') 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 -- cgit v1.2.1