[Python-checkins] r81598 - python/trunk/Doc/library/decimal.rst

stefan.krah python-checkins at python.org
Sat May 29 14:54:35 CEST 2010


Author: stefan.krah
Date: Sat May 29 14:54:35 2010
New Revision: 81598

Log:
Fix typo

Modified:
   python/trunk/Doc/library/decimal.rst

Modified: python/trunk/Doc/library/decimal.rst
==============================================================================
--- python/trunk/Doc/library/decimal.rst	(original)
+++ python/trunk/Doc/library/decimal.rst	Sat May 29 14:54:35 2010
@@ -975,7 +975,7 @@
 
    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


More information about the Python-checkins mailing list