]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - src/GPS.py
Added the linear program solving the midatlantic region.
[dead/census-tools.git] / 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