[3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083)

serhiy-storchaka <[email protected]> Sun, 02 Aug 2026 10:52:42 -0400 (EDT)
Newsgroups gmane.comp.python.cvs
Message-ID <[email protected]>
https://github.com/python/cpython/commit/55ab1a669c797030e379225911b4cb309dcd393b
commit: 55ab1a669c797030e379225911b4cb309dcd393b
branch: 3.14
author: Bhuvansh <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2026-08-02T17:52:28+03:00
summary:

[3.14] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083)

files:
M Modules/_decimal/docstrings.h

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,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]