diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-05-29 13:01:02 (GMT) |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-05-29 13:01:02 (GMT) |
commit | 3e2d67e01a53c755667bfe2fc68cc5163c7d8d1a (patch) | |
tree | 00ded455c98c46f32c8d900762f99f66fc0deecb | |
parent | ea2b0b4992384b299f54e047b986c1b4ba743995 (diff) | |
download | cpython-3e2d67e01a53c755667bfe2fc68cc5163c7d8d1a.zip cpython-3e2d67e01a53c755667bfe2fc68cc5163c7d8d1a.tar.gz cpython-3e2d67e01a53c755667bfe2fc68cc5163c7d8d1a.tar.bz2 |
Merged revisions 81600 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81600 | stefan.krah | 2010-05-29 14:59:18 +0200 (Sat, 29 May 2010) | 9 lines
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
........
................
-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 a482417..5667bd2 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -843,7 +843,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 |