fix(checker): typo in docstring

This commit is contained in:
2026-06-19 15:05:49 +02:00
parent d0f1178c17
commit 359ed21bb8

View File

@@ -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: