From b85700d0bbe73d4a70b09201c2472c249d1daae0 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Thu, 19 Mar 2015 10:37:56 +0100
Subject: [PATCH] Use Autumn instead of Fall, it sounds more "scientific"

---
 season_math_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/season_math_test.py b/season_math_test.py
index e015ae7..1501604 100755
--- a/season_math_test.py
+++ b/season_math_test.py
@@ -15,8 +15,8 @@
 #
 # Default seasons order is the one for the Northern hemisphere.
 
-seasons_norhtern = ["Winter", "Spring", "Summer", "Fall"]
-seasons_southern = ["Summer", "Fall", "Winter", "Spring"]
+seasons_norhtern = ["Winter", "Spring", "Summer", "Autumn"]
+seasons_southern = ["Summer", "Autumn", "Winter", "Spring"]
 
 seasons = seasons_norhtern
 
-- 
2.1.4