[Python-checkins] r58250 - python/trunk/Doc/library/decimal.rst

andrew.kuchling python-checkins at python.org
Tue Sep 25 01:46:28 CEST 2007


Author: andrew.kuchling
Date: Tue Sep 25 01:46:28 2007
New Revision: 58250

Modified:
   python/trunk/Doc/library/decimal.rst
Log:
Typo fix

Modified: python/trunk/Doc/library/decimal.rst
==============================================================================
--- python/trunk/Doc/library/decimal.rst	(original)
+++ python/trunk/Doc/library/decimal.rst	Tue Sep 25 01:46:28 2007
@@ -179,7 +179,7 @@
    >>> c % a
    Decimal("0.77")
 
-And some mathematic functions are also available to Decimal::
+And some mathematical functions are also available to Decimal::
 
    >>> Decimal(2).sqrt()
    Decimal("1.414213562373095048801688724")


More information about the Python-checkins mailing list