From b34c6adb831ebcdc67df3c3352af4fa74b9fb4aa Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 3 Oct 2009 00:27:51 -0400 Subject: [PATCH] Switched the order of longitude/latitude in a comment. --- src/GPS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2