fbaptiste/python-deepdive

Typo: repeating spelt as repeatg

dancingpixels opened this issue · 0 comments

In file Part 1/Section 02 - A Quick Refresher/04 - The While Loop.ipynb the word repeatg seems to be a typo.

While Loops

The while loop is a way to repeatg a block of code as long as a specified condition is met.

while : code block ...