Skip to content

Commit 797544d

Browse files
authored
Fix typo (#10247)
Small typo in the get_function_hook docstring
1 parent b594e6b commit 797544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def func(x: Other[int]) -> None:
545545

546546
def get_function_signature_hook(self, fullname: str
547547
) -> Optional[Callable[[FunctionSigContext], CallableType]]:
548-
"""Adjust the signature a function.
548+
"""Adjust the signature of a function.
549549
550550
This method is called before type checking a function call. Plugin
551551
may infer a better type for the function.

0 commit comments

Comments
 (0)