diff --git a/Modules/_decimal/docstrings.h b/Modules/_decimal/docstrings.h index 9c2da5e35f919ab..3a0d54e1f9a957b 100644 --- a/Modules/_decimal/docstrings.h +++ b/Modules/_decimal/docstrings.h @@ -541,7 +541,7 @@ Set all traps to False.\n\ PyDoc_STRVAR(doc_ctx_copy, "copy($self, /)\n--\n\n\ -Return a duplicate of the context with all flags cleared.\n\ +Return a duplicate of the context.\n\ \n"); PyDoc_STRVAR(doc_ctx_copy_decimal,