Skip to content

Commit a90c660

Browse files
committed
Merge pull request #584 from dronekit/hgw_fix_gps_ref_doc
Fix typo in GPS VDOP description
2 parents c348a97 + 72defc5 commit a90c660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dronekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class GPSInfo(object):
191191
If there is no GPS lock the parameters are set to ``None``.
192192
193193
:param Int eph: GPS horizontal dilution of position (HDOP).
194-
:param Int epv: GPS horizontal dilution of position (VDOP).
194+
:param Int epv: GPS vertical dilution of position (VDOP).
195195
:param Int fix_type: 0-1: no fix, 2: 2D fix, 3: 3D fix
196196
:param Int satellites_visible: Number of satellites visible.
197197

0 commit comments

Comments
 (0)