[Python-checkins] r70277 - peps/trunk/pep-0239.txt

guido.van.rossum python-checkins at python.org
Mon Mar 9 18:13:35 CET 2009


Author: guido.van.rossum
Date: Mon Mar  9 18:13:35 2009
New Revision: 70277

Log:
It's fractions.py, not fraction.py.


Modified:
   peps/trunk/pep-0239.txt

Modified: peps/trunk/pep-0239.txt
==============================================================================
--- peps/trunk/pep-0239.txt	(original)
+++ peps/trunk/pep-0239.txt	Mon Mar  9 18:13:35 2009
@@ -29,7 +29,7 @@
 
     *Postscript:* With the acceptance of PEP 3141, "A Type Hierarchy
     for Numbers", a 'Rational' numeric abstract base class was added
-    with a concrete implementation in the 'fraction' module.
+    with a concrete implementation in the 'fractions' module.
 
 Rationale
 


More information about the Python-checkins mailing list