From: Raymond Hettinger Date: Tue, 12 Feb 2008 00:48:20 +0000 (+0000) Subject: Fix typo in comments X-Git-Tag: v2.6a1~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19a5c29d27a4d65c82658a9b30d00578bef1a913;p=thirdparty%2FPython%2Fcpython.git Fix typo in comments --- diff --git a/Lib/numbers.py b/Lib/numbers.py index 4728f99a5900..eed1f42c25ff 100644 --- a/Lib/numbers.py +++ b/Lib/numbers.py @@ -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