X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FGPS.py;h=59f8d5b3c2092ba3df2b16cce8c66c449f0526d9;hb=HEAD;hp=7939d343f50f75f2e822e9bef6888d6816f27f78;hpb=805302004cf79d262e5d4c54fb920b2549053257;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