[Python-checkins] r60348 - python/trunk/Lib/rational.py

raymond.hettinger python-checkins at python.org
Sun Jan 27 11:13:57 CET 2008


Author: raymond.hettinger
Date: Sun Jan 27 11:13:57 2008
New Revision: 60348

Modified:
   python/trunk/Lib/rational.py
Log:
Docstring nit

Modified: python/trunk/Lib/rational.py
==============================================================================
--- python/trunk/Lib/rational.py	(original)
+++ python/trunk/Lib/rational.py	Sun Jan 27 11:13:57 2008
@@ -103,7 +103,7 @@
     def __new__(cls, numerator=0, denominator=1):
         """Constructs a Rational.
 
-        Takes a string like '3/2' or '3.2', another Rational, or a
+        Takes a string like '3/2' or '1.5', another Rational, or a
         numerator/denominator pair.
 
         """


More information about the Python-checkins mailing list