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 7af65ea commit 7133cb8Copy full SHA for 7133cb8
returns/contrib/mypy/_typeops/analtype.py
@@ -103,7 +103,7 @@ def translate_to_function(
103
ctx: CallableContext,
104
) -> MypyType:
105
"""
106
- Tryies to translate a type into callable by accessing ``__call__`` attr.
+ Tries to translate a type into callable by accessing ``__call__`` attr.
107
108
This might fail with ``mypy`` errors and that's how it must work.
109
This also preserves all type arguments as-is.
0 commit comments