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.
1 parent 2c71e0b commit 58dd764Copy full SHA for 58dd764
1 file changed
Doc/library/binascii.rst
@@ -151,8 +151,8 @@ The :mod:`binascii` module defines the following functions:
151
152
Return the binary data represented by the hexadecimal string *hexstr*. This
153
function is the inverse of :func:`b2a_hex`. *hexstr* must contain an even number
154
- of hexadecimal digits (which can be upper or lower case), otherwise a
155
- :exc:`TypeError` is raised.
+ of hexadecimal digits (which can be upper or lower case), otherwise an
+ :exc:`Error` exception is raised.
156
157
158
.. exception:: Error
0 commit comments