Skip to content

Commit 3b7c9d1

Browse files
committed
comment
1 parent a1f8fda commit 3b7c9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6620,7 +6620,7 @@ def narrow_type_by_identity_equality(
66206620
...then 'operands' and 'operand_types' would be lists of length 5 and 'chain_indices'
66216621
would be the list [1, 2, 3].
66226622
6623-
The 'narrowable_operand_indices' parameter is the set of all indices we are allowed
6623+
The 'narrowable_indices' parameter is the set of all indices we are allowed
66246624
to refine the types of: that is, all operands that will potentially be a part of
66256625
the output TypeMaps.
66266626

0 commit comments

Comments
 (0)