Skip to content

Commit ef13f3c

Browse files
committed
Fix incorrect variable name in map_actuals_to_formals docstring
1 parent 7c36b24 commit ef13f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/argmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def map_actuals_to_formals(
3636
The result contains a list of caller argument indexes mapping to each
3737
callee argument index, indexed by callee index.
3838
39-
The caller_arg_type argument should evaluate to the type of the actual
39+
The actual_arg_type argument should evaluate to the type of the actual
4040
argument type with the given index.
4141
"""
4242
nformals = len(formal_kinds)

0 commit comments

Comments
 (0)