From 9515f558b4d51fbea4c0a5f2ef6c3c39cb6ce534 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 24 Feb 2016 08:49:27 +1100 Subject: [PATCH] Fix typo in GPS VDOP description --- dronekit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dronekit/__init__.py b/dronekit/__init__.py index db2b5039b..12d1f3890 100644 --- a/dronekit/__init__.py +++ b/dronekit/__init__.py @@ -191,7 +191,7 @@ class GPSInfo(object): If there is no GPS lock the parameters are set to ``None``. :param Int eph: GPS horizontal dilution of position (HDOP). - :param Int epv: GPS horizontal dilution of position (VDOP). + :param Int epv: GPS vertical dilution of position (VDOP). :param Int fix_type: 0-1: no fix, 2: 2D fix, 3: 3D fix :param Int satellites_visible: Number of satellites visible.