Skip to content

Commit 7133cb8

Browse files
authored
Typo
1 parent 7af65ea commit 7133cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/contrib/mypy/_typeops/analtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def translate_to_function(
103103
ctx: CallableContext,
104104
) -> MypyType:
105105
"""
106-
Tryies to translate a type into callable by accessing ``__call__`` attr.
106+
Tries to translate a type into callable by accessing ``__call__`` attr.
107107
108108
This might fail with ``mypy`` errors and that's how it must work.
109109
This also preserves all type arguments as-is.

0 commit comments

Comments
 (0)