Skip to content

Commit ada9cdb

Browse files
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26058)
Co-authored-by: Chas Belov <59780179+ChasBelov@users.noreply.github.com> (cherry picked from commit 6574334)
1 parent 0cb9775 commit ada9cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ iteration of the loop::
208208
... print("Found an even number", num)
209209
... continue
210210
... print("Found an odd number", num)
211+
...
211212
Found an even number 2
212213
Found an odd number 3
213214
Found an even number 4

0 commit comments

Comments
 (0)