swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 427 forks source link

Clean indentation in 16-writing-functions #578

Closed alex-ball closed 2 years ago

alex-ball commented 2 years ago

Some Python code snippets in episode 16 are exhibiting odd indentation levels (1, 3, 5 spaces). This pull request restores the originally intended indentation (multiples of 4 spaces).