Commit 58dd7648 authored by Martin Panter's avatar Martin Panter

Issue #27124: Fix documentation of exception raised by a2b_hex()

parent 2c71e0bd
......@@ -151,8 +151,8 @@ The :mod:`binascii` module defines the following functions:
Return the binary data represented by the hexadecimal string *hexstr*. This
function is the inverse of :func:`b2a_hex`. *hexstr* must contain an even number
of hexadecimal digits (which can be upper or lower case), otherwise a
:exc:`TypeError` is raised.
of hexadecimal digits (which can be upper or lower case), otherwise an
:exc:`Error` exception is raised.
.. exception:: Error
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment