mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #27124: Merge binascii doc from 3.5
This commit is contained in:
commit
82069612ec
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue