From a08b1faef4d73000b05aa63090901e9623231fec Mon Sep 17 00:00:00 2001 From: Bhuvansh Date: Sun, 2 Aug 2026 14:52:28 +0000 Subject: [PATCH] [3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083) (cherry picked from commit 55ab1a669c797030e379225911b4cb309dcd393b) Co-authored-by: Bhuvansh --- 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 207a34806d700ca..d712c8bf3d4cd6c 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,