From: Stefan Krah Date: Sat, 29 May 2010 12:54:35 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.7rc1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d08d884597f8a5b3fa3ef4ea36ce849ed849b3a;p=python Fix typo --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index d22ea4bc13..2ab138d2d1 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -975,7 +975,7 @@ described below. In addition, the module provides three pre-made contexts: This context is used by the :class:`Context` constructor as a prototype for new contexts. Changing a field (such a precision) has the effect of changing the - default for new contexts creating by the :class:`Context` constructor. + default for new contexts created by the :class:`Context` constructor. This context is most useful in multi-threaded environments. Changing one of the fields before threads are started has the effect of setting system-wide