[GRASS-SVN] r55802 - grass/branches/develbranch_6/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 14 19:41:39 PDT 2013


Author: hamish
Date: 2013-04-14 19:41:39 -0700 (Sun, 14 Apr 2013)
New Revision: 55802

Modified:
   grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py
Log:
fix comment wording

Modified: grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py	2013-04-15 02:38:37 UTC (rev 55801)
+++ grass/branches/develbranch_6/gui/wxpython/mapdisp/frame.py	2013-04-15 02:41:39 UTC (rev 55802)
@@ -983,7 +983,7 @@
         
         if self.Map.projinfo['proj'] == 'xy' or 'degree' not in self.Map.projinfo['unit']:
             angle = int(math.degrees(math.atan2(north,east)) + 0.5)
-            # uncomment below (or flip order back of atan2(y,x) above) to use
+            # uncomment below (or flip order of atan2(y,x) above) to use
             #   the mathematical theta convention (CCW from +x axis)
             #angle = 90 - angle
             if angle < 0:



More information about the grass-commit mailing list