diff --git a/Modules/_decimal/docstrings.h b/Modules/_decimal/docstrings.h index 207a34806d700c..d712c8bf3d4cd6 100644 --- a/Modules/_decimal/docstrings.h +++ b/Modules/_decimal/docstrings.h @@ -531,7 +531,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,