X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FGPS.py;h=59f8d5b3c2092ba3df2b16cce8c66c449f0526d9;hb=b34c6adb831ebcdc67df3c3352af4fa74b9fb4aa;hp=7939d343f50f75f2e822e9bef6888d6816f27f78;hpb=fd92fb9b7403decee9c31a0131c54ae3b47ef9a2;p=dead%2Fcensus-tools.git diff --git a/src/GPS.py b/src/GPS.py index 7939d34..59f8d5b 100644 --- a/src/GPS.py +++ b/src/GPS.py @@ -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