[Scipy-svn] r2141 - trunk/Lib/special

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jul 27 15:59:36 EDT 2006


Author: cookedm
Date: 2006-07-27 14:59:34 -0500 (Thu, 27 Jul 2006)
New Revision: 2141

Modified:
   trunk/Lib/special/basic.py
Log:
fix doc string of scipy.special.basic.lpmn to be associated legendre functions of the first kind.


Modified: trunk/Lib/special/basic.py
===================================================================
--- trunk/Lib/special/basic.py	2006-07-27 10:02:23 UTC (rev 2140)
+++ trunk/Lib/special/basic.py	2006-07-27 19:59:34 UTC (rev 2141)
@@ -471,7 +471,7 @@
     return fc[:km]
 
 def lpmn(m,n,z):
-    """Associated Legendre functions of the second kind, Pmn(z) and its
+    """Associated Legendre functions of the first kind, Pmn(z) and its
     derivative, Pmn'(z) of order m and degree n.  Returns two
     arrays of size (m+1,n+1) containing Pmn(z) and Pmn'(z) for
     all orders from 0..m and degrees from 0..n.




More information about the Scipy-svn mailing list