summaryrefslogtreecommitdiffstats
path: root/Lib/numbers.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-02-12 00:48:20 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-02-12 00:48:20 (GMT)
commit19a5c29d27a4d65c82658a9b30d00578bef1a913 (patch)
tree703a71494195727d354978a9f948fc78c2371fa5 /Lib/numbers.py
parent596fdd0fd3d4461443d79721263266bfe0ec90e7 (diff)
downloadcpython-19a5c29d27a4d65c82658a9b30d00578bef1a913.zip
cpython-19a5c29d27a4d65c82658a9b30d00578bef1a913.tar.gz
cpython-19a5c29d27a4d65c82658a9b30d00578bef1a913.tar.bz2
Fix typo in comments
Diffstat (limited to 'Lib/numbers.py')
-rw-r--r--Lib/numbers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/numbers.py b/Lib/numbers.py
index 4728f99..eed1f42 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