Skip to content

Commit

Permalink
Typo fix. Ref #5
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Oct 11, 2016
1 parent 9c643dd commit ba9ffe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def destroy_planet(planet):
if __name__ == '__main__':
hues.info('Destroying the planets. Please wait.')

for planet in ('Murcury', 'Venus', 'Earth', 'Mars', 'Uranus',):
for planet in ('Mercury', 'Venus', 'Earth', 'Mars', 'Uranus',):
try:
success = destroy_planet(planet)
except ThisPlanetIsProtected:
Expand Down

0 comments on commit ba9ffe3

Please sign in to comment.