From ba9ffe3ba0259ac324d0d6af05e9e9fbabafc516 Mon Sep 17 00:00:00 2001 From: Prashant Sinha Date: Tue, 11 Oct 2016 18:25:43 +0530 Subject: [PATCH] Typo fix. Ref #5 --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index 22a410f..7a09094 100644 --- a/example.py +++ b/example.py @@ -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: