Skip to content

Commit 480533f

Browse files
committed
Fix typo
1 parent 6b47f72 commit 480533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/solutions_03.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"\n",
7070
"We will continue using the dictionary `library` from the previous exercise.\n",
7171
"\n",
72-
"Now, use a for-loop to print out all the bibliographic data in the `library` dictionary by iterating over the keys of the dictionaries.\n",
72+
"Now, use `for`-loops to print out all the bibliographic data in the `library` dictionary by iterating over the keys of the dictionaries.\n",
7373
"\n",
7474
"You will need to use two nested `for`-loops.\n",
7575
"\n",

0 commit comments

Comments
 (0)