Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb433a0 + 58dd764 commit 8206961Copy full SHA for 8206961
1 file changed
Doc/library/binascii.rst
@@ -152,8 +152,8 @@ The :mod:`binascii` module defines the following functions:
152
153
Return the binary data represented by the hexadecimal string *hexstr*. This
154
function is the inverse of :func:`b2a_hex`. *hexstr* must contain an even number
155
- of hexadecimal digits (which can be upper or lower case), otherwise a
156
- :exc:`TypeError` is raised.
+ of hexadecimal digits (which can be upper or lower case), otherwise an
+ :exc:`Error` exception is raised.
157
158
159
.. exception:: Error
0 commit comments