From b19542d062603031ab3f4c2f5f485f449ebc46ca Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 14 Mar 2015 21:32:57 +0200 Subject: Fix minor docs markup errors. --- Doc/library/decimal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/decimal.rst') diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 059ae7cb16..759be70c9f 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: -- cgit v1.2.1