fix(checker): typo in docstring
This commit is contained in:
@@ -743,7 +743,7 @@ class PythonTyper(
|
|||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Optional[Function]: the resolved function signature if it can be
|
Optional[Function]: the resolved function signature if it can be
|
||||||
determined unambigously, or `None`.
|
determined unambiguously, or `None`.
|
||||||
"""
|
"""
|
||||||
candidates: list[OverloadCandidate] = []
|
candidates: list[OverloadCandidate] = []
|
||||||
for overload in overloads:
|
for overload in overloads:
|
||||||
|
|||||||
Reference in New Issue
Block a user