From: Michael Orlitzky Date: Sat, 3 Oct 2009 04:27:51 +0000 (-0400) Subject: Switched the order of longitude/latitude in a comment. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=b34c6adb831ebcdc67df3c3352af4fa74b9fb4aa Switched the order of longitude/latitude in a comment. --- 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