Skip to content

Commit ccc0e46

Browse files
Minor update to simpletest, it is geoid not geo ID.
1 parent e757698 commit ccc0e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gps_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@
9696
if gps.horizontal_dilution is not None:
9797
print("Horizontal dilution: {}".format(gps.horizontal_dilution))
9898
if gps.height_geoid is not None:
99-
print("Height geo ID: {} meters".format(gps.height_geoid))
99+
print("Height geoid: {} meters".format(gps.height_geoid))

0 commit comments

Comments
 (0)