datacarpentry / python-ecology-lesson

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

Invalid indexing statement in text block #579

Closed phofl closed 1 year ago

phofl commented 1 year ago

What is the problem?

The statement here

https://github.com/datacarpentry/python-ecology-lesson/blob/870bd311f73278310d4cc09f6d61eaf54815ed64/episodes/03-index-slice-subset.md?plain=1#L393

is invalid, it needs a a second set of brackets

Location of problem (optional)

https://github.com/datacarpentry/python-ecology-lesson/blob/870bd311f73278310d4cc09f6d61eaf54815ed64/episodes/03-index-slice-subset.md?plain=1#L393

btovar commented 1 year ago

@phofl thanks you for your report, and for submitting the fix!