Skip to content

Commit 552daaf

Browse files
committed
Correct the docstring
1 parent 16f83ee commit 552daaf

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_positional_param(func, *, pos=0):
892-
"""Finds the first user-specified parameter of a callable at position *pos*.
892+
"""Finds the first positional user-specified parameter of a callable at position *pos*.
893893
894894
Used by singledispatch for registration by type annotation.
895895
*pos* should either be 0 (for functions and staticmethods) or 1 (for methods).

0 commit comments

Comments
 (0)