swcarpentry / python-novice-gapminder

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

fixed an inconsistent variable name #558

Closed dilx3 closed 3 years ago

dilx3 commented 3 years ago

There's a small typo in the variable name Changed dir(myString) to dir(my_string)

alee commented 3 years ago

Thanks for the PR!