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 1190ee8 commit 3d80eadCopy full SHA for 3d80ead
1 file changed
Doc/library/binascii.rst
@@ -158,9 +158,8 @@ The :mod:`!binascii` module defines the following functions:
158
of hexadecimal digits (which can be upper or lower case), otherwise an
159
:exc:`Error` exception is raised.
160
161
- Similar functionality (accepting only text string arguments, but more
162
- liberal towards whitespace) is also accessible using the
163
- :meth:`bytes.fromhex` class method.
+ Similar functionality (but more liberal towards whitespace) is also accessible
+ using the :meth:`bytes.fromhex` class method.
164
165
.. exception:: Error
166
0 commit comments