From 8d59402abf208f9439e05c11df1a48393ca871d2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 20 Sep 2021 19:50:19 -0400 Subject: [PATCH] typos --- groundstation/loc-add-foxtelem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index 4197a45a..64c47bbd 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -48,7 +48,7 @@ if (choice == '2'): elif (choice == '3'): for i in list(range(3)): - lat = input("\nType your latitude (South is negative):"): ") + lat = input("\nType your latitude (South is negative): ") try: latitude = float(lat) print(latitude) @@ -57,7 +57,7 @@ elif (choice == '3'): print("Not a number!") for i in list(range(3)): - long = input("\nType your longitude (West is negative):"): ") + long = input("\nType your longitude (West is negative): ") try: longitude = float(long) print(longitude)