Skip to content

Commit b147078

Browse files
maneeshamaxim-belkin
authored andcommitted
06-loops-and-functions.md: lowercase and code formats the word 'for' (#441)
1 parent c548365 commit b147078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ do what you expect?
416416

417417
What we really want to do, though, is create files for multiple years without
418418
having to request them one by one. Let's write another function that replaces
419-
the entire For loop by simply looping through a sequence of years and repeatedly
419+
the entire `for` loop by simply looping through a sequence of years and repeatedly
420420
calling the function we just wrote, `one_year_csv_writer`:
421421

422422

0 commit comments

Comments
 (0)