]> granicus.if.org Git - python/commitdiff
closes #13730
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 14 Jan 2012 04:41:31 +0000 (23:41 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 14 Jan 2012 04:41:31 +0000 (23:41 -0500)
Doc/library/decimal.rst

index 8ac59f422d62617f85b0251f154fdac9ca6ff735..f9e70de6a9662a0472e4454464e8056c7b11796d 100644 (file)
@@ -35,7 +35,7 @@ arithmetic.  It offers several advantages over the :class:`float` datatype:
   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.