Skip to content

Commit 385d8d2

Browse files
richard-hajekambv
andauthored
Removed unnecessary escaping of asterisks (#103714)
Removed unnecessary escaping of asterisks, as visible both on GitHub and in https://docs.python.org/3/library/decimal.html#decimal.localcontext Co-authored-by: Łukasz Langa <[email protected]>
1 parent 4996efb commit 385d8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ Each thread has its own current context which is accessed or changed using the
926926
You can also use the :keyword:`with` statement and the :func:`localcontext`
927927
function to temporarily change the active context.
928928

929-
.. function:: localcontext(ctx=None, \*\*kwargs)
929+
.. function:: localcontext(ctx=None, **kwargs)
930930

931931
Return a context manager that will set the current context for the active thread
932932
to a copy of *ctx* on entry to the with-statement and restore the previous context

0 commit comments

Comments
 (0)