[Scipy-svn] r4107 - trunk/scipy/sandbox/constants
scipy-svn@scip...
scipy-svn@scip...
Mon Apr 7 22:07:30 CDT 2008
Author: rkern
Date: 2008-04-07 22:07:28 -0500 (Mon, 07 Apr 2008)
New Revision: 4107
Modified:
trunk/scipy/sandbox/constants/constants.py
Log:
Typo.
Modified: trunk/scipy/sandbox/constants/constants.py
===================================================================
--- trunk/scipy/sandbox/constants/constants.py 2008-04-08 03:04:42 UTC (rev 4106)
+++ trunk/scipy/sandbox/constants/constants.py 2008-04-08 03:07:28 UTC (rev 4107)
@@ -190,7 +190,7 @@
"""Convert Fahrenheit to Kelvin"""
return C2K(F2C(F))
-def K2F(k):
+def K2F(K):
"""Convert Kelvin to Fahrenheit"""
return C2F(K2C(K))
More information about the Scipy-svn
mailing list