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 7c36b24 commit ef13f3cCopy full SHA for ef13f3c
mypy/argmap.py
@@ -36,7 +36,7 @@ def map_actuals_to_formals(
36
The result contains a list of caller argument indexes mapping to each
37
callee argument index, indexed by callee index.
38
39
- The caller_arg_type argument should evaluate to the type of the actual
+ The actual_arg_type argument should evaluate to the type of the actual
40
argument type with the given index.
41
"""
42
nformals = len(formal_kinds)
0 commit comments