From: Andrew M. Kuchling Date: Mon, 24 Sep 2007 23:46:28 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a1~1250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d407e4d3d20e019ee2211b7dc09ccca430a9d32;p=python Typo fix --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 3cbf0919a4..6fc0aa6d4a 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -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")