[Python-checkins] cpython (2.7): closes #13730

terry.reedy python-checkins at python.org
Sat Jan 14 05:48:26 CET 2012


http://hg.python.org/cpython/rev/1e65183337ff
changeset:   74372:1e65183337ff
branch:      2.7
parent:      74369:a9680746ae4a
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jan 13 23:41:31 2012 -0500
summary:
  closes #13730

files:
  Doc/library/decimal.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -35,7 +35,7 @@
   people learn at school." -- excerpt from the decimal arithmetic specification.
 
 * Decimal numbers can be represented exactly.  In contrast, numbers like
-  :const:`1.1` and :const:`2.2` do not have an exact representations in binary
+  :const:`1.1` and :const:`2.2` do not have exact representations in binary
   floating point.  End users typically would not expect ``1.1 + 2.2`` to display
   as :const:`3.3000000000000003` as it does with binary floating point.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list