Skip to content

Commit

Permalink
doc edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-pb committed Jan 8, 2025
1 parent 34e840f commit c08c977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/functools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ The :mod:`functools` module defines the following functions:

If :data:`Placeholder` sentinels are present in *args*, they will be filled first
when :func:`!partial` is called. This makes it possible to pre-fill any positional
argument with a call to :func:`!partial`; without :data:`!Placeholder`, only the
first positional argument can be pre-filled.
argument with a call to :func:`!partial`; without :data:`!Placeholder`,
only the chosen number of leading positional arguments can be pre-filled.

If any :data:`!Placeholder` sentinels are present, all must be filled at call time:

Expand Down

0 comments on commit c08c977

Please sign in to comment.