update BDS(msg) docstring

This commit is contained in:
Junzi Sun 2016-08-23 23:02:56 +02:00 committed by GitHub
parent 168acfb88d
commit 240f706e81

View File

@ -443,8 +443,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)