Skip to content

Commit 113c9dc

Browse files
committed
[3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062)
1 parent eae50e7 commit 113c9dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_decimal/docstrings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Set all traps to False.\n\
541541

542542
PyDoc_STRVAR(doc_ctx_copy,
543543
"copy($self, /)\n--\n\n\
544-
Return a duplicate of the context with all flags cleared.\n\
544+
Return a duplicate of the context.\n\
545545
\n");
546546

547547
PyDoc_STRVAR(doc_ctx_copy_decimal,

0 commit comments

Comments
 (0)