From 113c9dce24eb91f7286b5f74df48b5f0d73f8b5f Mon Sep 17 00:00:00 2001 From: Bhuvansh Kataria Date: Sun, 2 Aug 2026 11:54:49 +0000 Subject: [PATCH] [3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) --- Modules/_decimal/docstrings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_decimal/docstrings.h b/Modules/_decimal/docstrings.h index 9c2da5e35f919a..3a0d54e1f9a957 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,