[Scipy-svn] r2568 - trunk/Lib/linsolve

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Jan 15 18:55:01 EST 2007


Author: stefan
Date: 2007-01-15 17:54:42 -0600 (Mon, 15 Jan 2007)
New Revision: 2568

Modified:
   trunk/Lib/linsolve/linsolve.py
Log:
Fix typo.


Modified: trunk/Lib/linsolve/linsolve.py
===================================================================
--- trunk/Lib/linsolve/linsolve.py	2007-01-15 20:17:32 UTC (rev 2567)
+++ trunk/Lib/linsolve/linsolve.py	2007-01-15 23:54:42 UTC (rev 2568)
@@ -99,7 +99,7 @@
     A linear solver, for a sparse, square matrix A, using LU decomposition where
     L is a lower triangular matrix and U is an upper triagular matrix.
 
-    Returns a factored_lu object. (scipy.linsolve._superly.SciPyLUType)
+    Returns a factored_lu object. (scipy.linsolve._superlu.SciPyLUType)
 
     See scipy.linsolve._superlu.dgstrf for more info.
     """




More information about the Scipy-svn mailing list