realpython/python-basics-exercises

Typo in ch09-lists-tuples-and-dictionaries/6-store-relationships-in-dictionaries.py

relaxlex opened this issue · 1 comments

Hi,

in the solution file ch09-lists-tuples-and-dictionaries/6-store-relationships-in-dictionaries.py is typo in Bonus part of Exercise 3

for name in ["Enterprise", "Discovery"]:

should be

for ship in ["Enterprise", "Discovery"]:

Cheers,
-Lex

Fixed, thanks