]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Switched the order of longitude/latitude in a comment.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 3 Oct 2009 04:27:51 +0000 (00:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 3 Oct 2009 04:27:51 +0000 (00:27 -0400)
src/GPS.py

index 7939d343f50f75f2e822e9bef6888d6816f27f78..59f8d5b3c2092ba3df2b16cce8c66c449f0526d9 100644 (file)
@@ -1,5 +1,5 @@
 class Coordinates:
-    """Represents a set of GPS coordinates (latitude/longitude)."""
+    """Represents a set of GPS coordinates (longitude/latitude)."""
     
     def __init__(self, x=0, y=0):
         self.longitude = x