Skip to content

Commit a004007

Browse files
authored
Update 2026-02-07-16-37-42.gh-issue-144475.8tFEXw.rst
1 parent 30d39f4 commit a004007

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Fixed a bug in :meth:`functools.partial.__repr__()` that could occur when ``fn``, ``args``,
2-
or ``kw`` are modified during a :func:`repr` call. Now, ``partial.__repr__()``
1+
Fixed a bug in :meth:`functools.partial.__repr__` that could occur when ``fn``, ``args``,
2+
or ``kw`` are modified during a :func:`repr` call. Now, ``partial.__repr__``
33
will use the original arguments when generating the return string.
44
Subsequent calls will use the updated arguments instead.
5+

0 commit comments

Comments
 (0)