Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc41ad commit 8af5781Copy full SHA for 8af5781
Doc/library/functools.rst
@@ -368,8 +368,8 @@ The :mod:`functools` module defines the following functions:
368
369
If :data:`Placeholder` sentinels are present in *args*, they will be filled first
370
when :func:`!partial` is called. This makes it possible to pre-fill any positional
371
- argument with a call to :func:`!partial`; without :data:`!Placeholder`, only the
372
- 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.
373
374
If any :data:`!Placeholder` sentinels are present, all must be filled at call time:
375
0 commit comments