Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mypy/argmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def map_actuals_to_formals(
The result contains a list of caller argument indexes mapping to each
callee argument index, indexed by callee index.

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
argument type with the given index.
"""
nformals = len(formal_kinds)
Expand Down