From dd1fd596f854aaa96fe0fd24636601b973cd68b9 Mon Sep 17 00:00:00 2001 From: Xander Hirsch Date: Sun, 7 Mar 2021 23:27:08 -0800 Subject: [PATCH] Fixed spelling of "magnetic_north" in docstring --- pyModeS/decoder/adsb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyModeS/decoder/adsb.py b/pyModeS/decoder/adsb.py index 1d65849..0419606 100644 --- a/pyModeS/decoder/adsb.py +++ b/pyModeS/decoder/adsb.py @@ -154,7 +154,7 @@ def velocity(msg, source=False): - Angle (degree), either ground track or heading - Vertical rate (ft/min) - Speed type ('GS' for ground speed, 'AS' for airspeed) - - [Optional] Direction source ('TRUE_NORTH' or 'MAGENTIC_NORTH') + - [Optional] Direction source ('TRUE_NORTH' or 'MAGNETIC_NORTH') - [Optional] Vertical rate source ('BARO' or 'GNSS') For surface messages, vertical rate and its respective sources are set to None.