Skip to content

Commit 30d39f4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fixed a bug in ``partial.__repr__()`` that could occur when ``fn``, ``args``,
2-
or ``kw`` are modified during a ``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.

0 commit comments

Comments
 (0)