datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists

Home Page:https://datacarpentry.org/python-ecology-lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ep2 - Typo

nadiamuhe opened this issue · comments

commented

The following code is used twice:

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

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

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

commented

@maxim-belkin Okay, I will do that!

Fixed in #498