Skip to content

Commit 877fca8

Browse files
Update Doc/library/functools.rst
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 8ddb66f commit 877fca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ The :mod:`!functools` module defines the following functions:
387387
that must be filled in.
388388

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

0 commit comments

Comments
 (0)