Correctly specify the set of hexadecimal characters.
This commit is contained in:
parent
96927f04c2
commit
0bc1b01905
|
@ -91,7 +91,7 @@ Specification
|
|||
|
||||
The object has a .decode() method equivalent to the .decode()
|
||||
method of the str object. The object has a classmethod .fromhex()
|
||||
that takes a string of characters from the set [0-9a-zA-Z ] and
|
||||
that takes a string of characters from the set [0-9a-fA-F ] and
|
||||
returns a bytes object (similar to binascii.unhexlify). For
|
||||
example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue