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 msg (String): 28 bytes hexadecimal message string
Returns: Returns:
String|None: Version: "BDS40", "BDS50", or "BDS60". Or None, if nothing String or None: Version: "BDS20", "BDS40", "BDS50", or "BDS60". Or None, if nothing matched
matched
""" """
is2 = isBDS20(msg) is2 = isBDS20(msg)
is4 = isBDS40(msg) is4 = isBDS40(msg)