[Python-checkins] r60740 - python/trunk/Lib/numbers.py

raymond.hettinger python-checkins at python.org
Tue Feb 12 01:48:22 CET 2008


Author: raymond.hettinger
Date: Tue Feb 12 01:48:20 2008
New Revision: 60740

Modified:
   python/trunk/Lib/numbers.py
Log:
Fix typo in comments

Modified: python/trunk/Lib/numbers.py
==============================================================================
--- python/trunk/Lib/numbers.py	(original)
+++ python/trunk/Lib/numbers.py	Tue Feb 12 01:48:20 2008
@@ -49,8 +49,8 @@
 # Inexact.register(decimal.Decimal)
 
 
-## Notes on Decimal and how relates to the numeric tower
-## -----------------------------------------------------
+## Notes on Decimal and it how relates to the numeric tower
+## --------------------------------------------------------
 ## Decimal is Real except that it does not support the real and imag properties
 ## or the conjugate() and complex() methods.  If those get defined at some
 ## point, they cannot use the default implementation which would be sensitive


More information about the Python-checkins mailing list