diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-05-29 12:54:35 (GMT) |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-05-29 12:54:35 (GMT) |
commit | 3d08d884597f8a5b3fa3ef4ea36ce849ed849b3a (patch) | |
tree | 6779b1a1c07a8914825f25ded206bb1e71755f07 | |
parent | 9fe6199b4e898b3ad0d93690b64a59c7838567b0 (diff) | |
download | cpython-3d08d884597f8a5b3fa3ef4ea36ce849ed849b3a.zip cpython-3d08d884597f8a5b3fa3ef4ea36ce849ed849b3a.tar.gz cpython-3d08d884597f8a5b3fa3ef4ea36ce849ed849b3a.tar.bz2 |
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 d22ea4b..2ab138d 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 |