Skip to content

Commit 99400a6

Browse files
committed
Fix typo
1 parent 7fdd494 commit 99400a6

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)