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

Corrected operator and estimated timing #455

Closed snownontrace closed 4 years ago

snownontrace commented 4 years ago

For Issue #454 The wrong operator shown "=" has been corrected to "==".

maxim-belkin commented 4 years ago

Makes sense! Thank you Shaohe!