[3.13] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083) (GH-155088)
serhiy-storchaka <[email protected]> Sun, 02 Aug 2026 11:18:00 -0400 (EDT)
| Newsgroups | gmane.comp.python.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/python/cpython/commit/ed94ace12537a15fe7029a3ff1143f3cb7682ef4 commit: ed94ace12537a15fe7029a3ff1143f3cb7682ef4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-08-02T15:17:50Z summary: [3.13] gh-155052: Fix docstring of decimal.Context.copy (GH-155062) (GH-155083) (GH-155088) (cherry picked from commit 55ab1a669c797030e379225911b4cb309dcd393b) Co-authored-by: Bhuvansh <[email protected]> files: M Modules/_decimal/docstrings.h 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, _______________________________________________ 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]