Skip to content

Commit b0ef8b4

Browse files
miss-islingtonsirosenStanFromIreland
authored
[3.14] gh-155013: Fix a reference to "partial object" in the functools.partial() doc (GH-155036) (#155094)
(cherry picked from commit 204feba) Co-authored-by: Stephen Rosen <sirosen@globus.org> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 55ab1a6 commit b0ef8b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/functools.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ The :mod:`!functools` module defines the following functions:
389389
only one positional argument is provided, but there are two placeholders
390390
that must be filled in.
391391

392-
If :func:`!partial` is applied to an existing :func:`!partial` object,
393-
:data:`!Placeholder` sentinels of the input object are filled in with
394-
new positional arguments.
392+
If :func:`!partial` is applied to an existing
393+
:ref:`partial object <partial-objects>`, :data:`!Placeholder` sentinels of the
394+
input object are filled in with new positional arguments.
395395
A placeholder can be retained by inserting a new
396396
:data:`!Placeholder` sentinel to the place held by a previous :data:`!Placeholder`:
397397

0 commit comments

Comments
 (0)