diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-14 19:32:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-14 19:32:57 (GMT) |
commit | b19542d062603031ab3f4c2f5f485f449ebc46ca (patch) | |
tree | 93f22b3830fa1aa8a5aa9ef4efa4d49ea6f38aa1 /Doc/library/decimal.rst | |
parent | 41e7244c062e5acbb10582d12d3a03caa892f435 (diff) | |
download | cpython-b19542d062603031ab3f4c2f5f485f449ebc46ca.zip cpython-b19542d062603031ab3f4c2f5f485f449ebc46ca.tar.gz cpython-b19542d062603031ab3f4c2f5f485f449ebc46ca.tar.bz2 |
Fix minor docs markup errors.
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 059ae7c..759be70 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -261,7 +261,7 @@ For more advanced work, it may be useful to create alternate contexts using the Context() constructor. To make an alternate active, use the :func:`setcontext` function. -In accordance with the standard, the :mod:`Decimal` module provides two ready to +In accordance with the standard, the :mod:`decimal` module provides two ready to use standard contexts, :const:`BasicContext` and :const:`ExtendedContext`. The former is especially useful for debugging because many of the traps are enabled: |