diff --git a/pyModeS/ehs.py b/pyModeS/ehs.py index 792adaa..f1d3229 100644 --- a/pyModeS/ehs.py +++ b/pyModeS/ehs.py @@ -490,8 +490,7 @@ def BDS(msg): msg (String): 28 bytes hexadecimal message string Returns: - String|None: Version: "BDS40", "BDS50", or "BDS60". Or None, if nothing - matched + String or None: Version: "BDS20", "BDS40", "BDS50", or "BDS60". Or None, if nothing matched """ is2 = isBDS20(msg) is4 = isBDS40(msg)