[Scipy-svn] r3936 - trunk/scipy/sparse

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Feb 13 16:12:56 EST 2008


Author: wnbell
Date: 2008-02-13 15:12:54 -0600 (Wed, 13 Feb 2008)
New Revision: 3936

Modified:
   trunk/scipy/sparse/construct.py
Log:
fixed typo in deprecation string


Modified: trunk/scipy/sparse/construct.py
===================================================================
--- trunk/scipy/sparse/construct.py	2008-02-13 17:29:52 UTC (rev 3935)
+++ trunk/scipy/sparse/construct.py	2008-02-13 21:12:54 UTC (rev 3936)
@@ -313,7 +313,7 @@
 
 spkron      = deprecate(kron,     oldname='spkron',     newname='kron')
 speye       = deprecate(eye,      oldname='speye',      newname='eye')
-spidentity  = deprecate(identity, oldname='spidenitiy', newname='identity')
+spidentity  = deprecate(identity, oldname='spidentity', newname='identity')
 
 
 def lil_eye((r,c), k=0, dtype='d'):




More information about the Scipy-svn mailing list