8000
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 4996efb commit 385d8d2Copy full SHA for 385d8d2
Doc/library/decimal.rst
@@ -926,7 +926,7 @@ Each thread has its own current context which is accessed or changed using the
926
You can also use the 681B :keyword:`with` statement and the :func:`localcontext`
927
function to temporarily change the active context.
928
929
-.. function:: localcontext(ctx=None, \*\*kwargs)
+.. function:: localcontext(ctx=None, **kwargs)
930
931
Return a context manager that will set the current context for the active thread
932
to a copy of *ctx* on entry to the with-statement and restore the previous context
0 commit comments