Skip to content

Commit 2b4ec00

Browse files
committed
Remove duplicate work type in docstring
1 parent ef13f3c commit 2b4ec00

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
@@ -37,7 +37,7 @@ def map_actuals_to_formals(
3737
callee argument index, indexed by callee index.
3838
3939
The actual_arg_type argument should evaluate to the type of the actual
40-
argument type with the given index.
40+
argument with the given index.
4141
"""
4242
nformals = len(formal_kinds)
4343
formal_to_actual: list[list[int]] = [[] for i in range(nformals)]

0 commit comments

Comments
 (0)