mailr5153 - /1.3/float.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 22, 2008 - 22:10:
Author: bugman
Date: Sat Mar 22 22:10:11 2008
New Revision: 5153

URL: http://svn.gna.org/viewcvs/relax?rev=5153&view=rev
Log:
Fix for the copySign() docstring - incorrect parameter name.


Modified:
    1.3/float.py

Modified: 1.3/float.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/float.py?rev=5153&r1=5152&r2=5153&view=diff
==============================================================================
--- 1.3/float.py (original)
+++ 1.3/float.py Sat Mar 22 22:10:11 2008
@@ -387,8 +387,8 @@
     This function is class agnostic the sign bit can be copied freely between
     ordinarys floats nans and +/-inf.
 
-    @param fromDouble:  The python float to copy the sign bit from.
-    @type fromDouble:   float
+    @param fromNumber:  The python float to copy the sign bit from.
+    @type fromNumber:   float
     @param toDouble:    The python float to copy the sign bit to.
     @type toDouble:     float
     @raises:            Throws a TypeError if toDouble isn't a python float 
or if fromNumber can't




Related Messages


Powered by MHonArc, Updated Sat Mar 22 22:20:09 2008