cpython: ef89ecb6debc (original) (raw)

Mercurial > cpython

changeset 101554:ef89ecb6debc 3.5

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

Martin Panter vadmium+py@gmail.com
date Sun, 29 May 2016 00:48:54 +0000
parents 7aeb9505cc2a
children 85e6da63d73f f383eaf207ca
files Doc/library/binascii.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/library/binascii.rst 4

line wrap: on

line diff

--- a/Doc/library/binascii.rst +++ b/Doc/library/binascii.rst @@ -151,8 +151,8 @@ The :mod:binascii module defines the f 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

.. exception:: Error