Skip to content

Commit 0af92e3

Browse files
committed
correcting names Nbs 21 and 22
1 parent 77435de commit 0af92e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ <h3 class="resume-title"></h3>
326326
<div class="resume-item pb-0">
327327
<h4>PART 6: Focus on lists and for loop </h4>
328328
<ol start="21">
329-
<a href="assets/notebooks/21_list_recap.ipynb" onclick="download"><li>Overview of lists<br> <i>Operations, methods, and tricks</i></li></a>
330-
<a href="assets/notebooks/22_for_recap.ipynb" onclick="download" ><li>More about the for loop<br> <i>Various ways of repeating commands on lists and beyond</i></li></a>
329+
<a href="assets/notebooks/21_list_overview.ipynb" onclick="download"><li>Overview of lists<br> <i>Operations, methods, and tricks</i></li></a>
330+
<a href="assets/notebooks/22_for_overview.ipynb" onclick="download" ><li>More about the for loop<br> <i>Various ways of repeating commands on lists and beyond</i></li></a>
331331
<li>Lists of lists<br> <i>Slicing, nested for loops, and flattening</i></li>
332332
</ol>
333333
</div>

0 commit comments

Comments
 (0)