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

Ep2 - Typo #497

Closed nadiamuhe closed 1 year ago

nadiamuhe commented 2 years ago

The following code is used twice:

rev = {'first': 'one', 'second': 'two'}

This appears to be a typo. Suggestion to remove the second one.

maxim-belkin commented 2 years ago

@nadiamuhe, would you like to submit a PR improving the "Dictionaries" section of "Short Introduction to Programming in Python"?

nadiamuhe commented 2 years ago

@maxim-belkin Okay, I will do that!

btovar commented 1 year ago

Fixed in #498