Skip to content

Commit 04a1fcf

Browse files
authored
gh-155052: Fix docstring of decimal.Context.copy (GH-155062)
1 parent 083e038 commit 04a1fcf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Modules/_decimal/_decimal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,12 +1696,12 @@ _decimal.Context.copy
16961696
16971697
cls: defining_class
16981698
1699-
Return a duplicate of the context with all flags cleared.
1699+
Return a duplicate of the context.
17001700
[clinic start generated code]*/
17011701

17021702
static PyObject *
17031703
_decimal_Context_copy_impl(PyObject *self, PyTypeObject *cls)
1704-
/*[clinic end generated code: output=31c9c8eeb0c0cf77 input=aef1c0bddabdf8f0]*/
1704+
/*[clinic end generated code: output=31c9c8eeb0c0cf77 input=87f8b92b1c7462a5]*/
17051705
{
17061706
decimal_state *state = PyType_GetModuleState(cls);
17071707

Modules/_decimal/clinic/_decimal.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)