Skip to content

Commit 2002172

Browse files
authored
Update enumerate.rst (yasoob#214)
add missing space
1 parent 7ca139d commit 2002172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enumerate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ allows us to specify the starting index of the counter.
3333
# 3 grapes
3434
# 4 pear
3535
36-
An example of where the optional argument of ``enumerate``comes in handy
36+
An example of where the optional argument of ``enumerate`` comes in handy
3737
is creating tuples containing the index and list item using a list. Here
3838
is an example:
3939

0 commit comments

Comments
 (0)