Skip to content

Commit 897cbf0

Browse files
committed
Update exercises/concept/making-the-grade/.docs/introduction.md
1 parent 232b72b commit 897cbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/making-the-grade/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If no start `int` is provided, the sequence will begin with 0.
9696

9797
<br>
9898

99-
## Values and Indexes with `enumerate()`
99+
## Values and Indexes with enumerate()
100100

101101
If both values and indexes are needed, the built-in [`enumerate()`][enumerate] will return (`index`, `value`) pairs:
102102

0 commit comments

Comments
 (0)