From 869748bafbd1ebf7c0fdee60fe06312038cf103d Mon Sep 17 00:00:00 2001 From: "andrew.kuchling" Date: Mon, 24 Sep 2007 23:46:28 +0000 Subject: [PATCH] Typo fix git-svn-id: http://svn.python.org/projects/python/trunk@58250 6015fed2-1504-0410-9fe1-9d1591cc4771 --- 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 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") -- 2.11.4.GIT