Skip to content

Commit d5c0bbe

Browse files
committed
Change Context ref to meth directive.
1 parent 5ca8040 commit d5c0bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ allows the settings to be changed. This approach meets the needs of most
264264
applications.
265265

266266
For more advanced work, it may be useful to create alternate contexts using the
267-
``Context()`` constructor. To make an alternate active, use the :func:`setcontext`
267+
:meth:`Context` constructor. To make an alternate active, use the :func:`setcontext`
268268
function.
269269

270270
In accordance with the standard, the :mod:`decimal` module provides two ready to

0 commit comments

Comments
 (0)