Skip to content

Commit ed94ace

Browse files
[3.13] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083) (GH-155088)
(cherry picked from commit 55ab1a6) Co-authored-by: Bhuvansh <bhuvanshkataria@gmail.com>
1 parent ad70c3c commit ed94ace

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
@@ -531,7 +531,7 @@ Set all traps to False.\n\
531531

532532
PyDoc_STRVAR(doc_ctx_copy,
533533
"copy($self, /)\n--\n\n\
534-
Return a duplicate of the context with all flags cleared.\n\
534+
Return a duplicate of the context.\n\
535535
\n");
536536

537537
PyDoc_STRVAR(doc_ctx_copy_decimal,

0 commit comments

Comments
 (0)