Skip to content

Commit ec36a5a

Browse files
author
Leo
authored
Merge pull request #13452 from minaminao/fix-typo-optimizer
Fix typo
2 parents 7fdd494 + 99400a6 commit ec36a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internals/optimizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Conflicting values are resolved in the following way:
683683

684684
- "unused", "undecided" -> "undecided"
685685
- "unused", "used" -> "used"
686-
- "undecided, "used" -> "used"
686+
- "undecided", "used" -> "used"
687687

688688
For for-loops, the condition, body and post-part are visited twice, taking
689689
the joining control-flow at the condition into account.

0 commit comments

Comments
 (0)