]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comments
authorRaymond Hettinger <python@rcn.com>
Tue, 12 Feb 2008 00:48:20 +0000 (00:48 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 12 Feb 2008 00:48:20 +0000 (00:48 +0000)
Lib/numbers.py

index 4728f99a59007688bb0ab8b41cf70d2277ae6aed..eed1f42c25ffbec3b050c1cec41e0c5f8aa6ff6a 100644 (file)
@@ -49,8 +49,8 @@ Inexact.register(float)
 # 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