We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca8040 commit d5c0bbeCopy full SHA for d5c0bbe
Doc/library/decimal.rst
@@ -264,7 +264,7 @@ allows the settings to be changed. This approach meets the needs of most
264
applications.
265
266
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`
+:meth:`Context` constructor. To make an alternate active, use the :func:`setcontext`
268
function.
269
270
In accordance with the standard, the :mod:`decimal` module provides two ready to
0 commit comments