Skip to content

Commit e4fb514

Browse files
authored
Reword the documentation of _get_dispatch_param
1 parent 57faa34 commit e4fb514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def _find_impl(cls, registry):
889889
return registry.get(match)
890890

891891
def _get_dispatch_param(func, *, pos=0):
892-
"""Finds the first positional user-specified parameter at position *pos*
892+
"""Finds the positional user-specified parameter at position *pos*
893893
of a callable or descriptor.
894894
895895
Used by singledispatch for registration by type annotation of the parameter.

0 commit comments

Comments
 (0)