LDSSA / ds-prep-course-2021

MIT License
34 stars 21 forks source link

SLU06 learning notebook tiny typo #69

Open mjurczuk opened 3 years ago

mjurczuk commented 3 years ago

When discussing nested if statements the notebook states: The first if statement tests if the weather is "Sunny". If it is True than the code between point A and B is executed.

The second sentence should say "if it is true THEN the code between A and B is executed"