python-ecology-lesson icon indicating copy to clipboard operation
python-ecology-lesson copied to clipboard

Ep2 - Typo

Open nadiamuhe opened this issue 4 years ago • 2 comments

The following code is used twice:

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

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

nadiamuhe avatar Sep 13 '21 14:09 nadiamuhe

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

maxim-belkin avatar Sep 13 '21 15:09 maxim-belkin

@maxim-belkin Okay, I will do that!

nadiamuhe avatar Sep 13 '21 15:09 nadiamuhe

Fixed in #498

btovar avatar May 16 '23 11:05 btovar