Move the comment about the default seasons order master
authorAntonio Ospite <ao2@ao2.it>
Thu, 19 Mar 2015 09:39:04 +0000 (10:39 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 19 Mar 2015 09:39:04 +0000 (10:39 +0100)
Put the comment right before the relevant code statement.

season_math_test.py

index 1501604..1d193a9 100755 (executable)
 
 # The code assumes meteorological seasons.
 # See http://en.wikipedia.org/wiki/Season
-#
-# Default seasons order is the one for the Northern hemisphere.
 
 seasons_norhtern = ["Winter", "Spring", "Summer", "Autumn"]
 seasons_southern = ["Summer", "Autumn", "Winter", "Spring"]
 
+# Default seasons order is the one for the Northern hemisphere
 seasons = seasons_norhtern
 
 months = ["January", "February", "March", "April", "May", "June", "July",