]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 24 Sep 2007 23:46:28 +0000 (23:46 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 24 Sep 2007 23:46:28 +0000 (23:46 +0000)
Doc/library/decimal.rst

index 3cbf0919a4157076ba4ba7f2e0f89525ad111251..6fc0aa6d4ab722e05d5fe3cf32c75a163e12aa2f 100644 (file)
@@ -179,7 +179,7 @@ floating point flying circus::
    >>> 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")