datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists
https://datacarpentry.org/python-ecology-lesson
Other
160 stars 310 forks source link

Fixed typo in the list lesson. #444

Closed jackVanish closed 4 years ago

jackVanish commented 4 years ago

Simple fix for a minor typo in the third episode. The line I changed was automatically reading "0." as the start of a list and parsing it incorrectly on the page itself. I've put '0' in code backticks, which should fix the display.

maxim-belkin commented 4 years ago

Thanks, Bruce!