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 b594e6b commit 797544dCopy full SHA for 797544d
mypy/plugin.py
@@ -545,7 +545,7 @@ def func(x: Other[int]) -> None:
545
546
def get_function_signature_hook(self, fullname: str
547
) -> Optional[Callable[[FunctionSigContext], CallableType]]:
548
- """Adjust the signature a function.
+ """Adjust the signature of a function.
549
550
This method is called before type checking a function call. Plugin
551
may infer a better type for the function.
0 commit comments