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 16f83ee commit 552daafCopy full SHA for 552daaf
Lib/functools.py
@@ -889,7 +889,7 @@ def _find_impl(cls, registry):
889
return registry.get(match)
890
891
def _get_positional_param(func, *, pos=0):
892
- """Finds the first user-specified parameter of a callable at position *pos*.
+ """Finds the first positional user-specified parameter of a callable at position *pos*.
893
894
Used by singledispatch for registration by type annotation.
895
*pos* should either be 0 (for functions and staticmethods) or 1 (for methods).
0 commit comments