[Python-checkins] r68190 - python/branches/release26-maint/Misc/NEWS

raymond.hettinger python-checkins at python.org
Sat Jan 3 10:27:41 CET 2009


Author: raymond.hettinger
Date: Sat Jan  3 10:27:41 2009
New Revision: 68190

Log:
Fix spelling.

Modified:
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Sat Jan  3 10:27:41 2009
@@ -56,7 +56,7 @@
 Library
 -------
 
-- Fractions.from_float() no longer loses precision for integers to big to
+- Fractions.from_float() no longer loses precision for integers too big to
   cast as floats.
 
 - Issue 4790: The nsmallest() and nlargest() functions in the heapq module


More information about the Python-checkins mailing list