From 6d407e4d3d20e019ee2211b7dc09ccca430a9d32 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 24 Sep 2007 23:46:28 +0000 Subject: Typo fix --- Doc/library/decimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 3cbf091..6fc0aa6 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") -- cgit v0.12