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

03-index-slice-subset.md: wrong operator shown in Objectives (`=` instead of `==`) #454

Closed snownontrace closed 4 years ago

snownontrace commented 4 years ago

The 7th item of the Objectives of this lesson (https://datacarpentry.org/python-ecology-lesson/03-index-slice-subset/) states:

"Query / select a subset of data using a set of criteria using the following operators: =, !=, >, <, >=, <=."

The first operator should be "==" rather than "=."

maxim-belkin commented 4 years ago

Yes, you're correct, Shaohe. Would you be willing to submit a PR to fix that?

snownontrace commented 4 years ago

Yes! Plus a couple of additional typos I spotted. Will do some time in this week.

Best, Shaohe

On Tue, Feb 25, 2020 at 10:16 AM Maxim Belkin notifications@github.com wrote:

Yes, you're correct, Shaohe. Would you be willing to submit a PR to fix that?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/datacarpentry/python-ecology-lesson/issues/454?email_source=notifications&email_token=AA5EGI26FGKC2STVNEOZSODREUY6FA5CNFSM4K3LHSGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEM4LBSA#issuecomment-590917832, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5EGIZ6DNF4ZUENU7DG5LTREUY6FANCNFSM4K3LHSGA .

maxim-belkin commented 4 years ago

Awesome, thank you!