diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-05-29 12:59:18 (GMT) |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-05-29 12:59:18 (GMT) |
commit | a119393dc4a7c29efc2bd82cac6b1036fea7b464 (patch) | |
tree | 05f1a5ad903bda8f92da0a6acc8814a53c766679 /Doc/library/decimal.rst | |
parent | 2016dc9ab24145f9c5d536a09cfb42bd495ba908 (diff) | |
download | cpython-a119393dc4a7c29efc2bd82cac6b1036fea7b464.zip cpython-a119393dc4a7c29efc2bd82cac6b1036fea7b464.tar.gz cpython-a119393dc4a7c29efc2bd82cac6b1036fea7b464.tar.bz2 |
Merged revisions 81598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81598 | stefan.krah | 2010-05-29 14:54:35 +0200 (Sat, 29 May 2010) | 1 line
Fix typo
........
Diffstat (limited to 'Doc/library/decimal.rst')
-rw-r--r-- | Doc/library/decimal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index ff9bd91..c20188d 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -874,7 +874,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 |