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.
binascii.a2b_hex
1 parent d8ff4f8 commit 1f43c81Copy full SHA for 1f43c81
1 file changed
Doc/library/binascii.rst
@@ -367,9 +367,8 @@ The :mod:`!binascii` module defines the following functions:
367
*ignorechars* should be a :term:`bytes-like object` containing characters
368
to ignore from the input.
369
370
- Similar functionality (accepting only text string arguments, but more
371
- liberal towards whitespace) is also accessible using the
372
- :meth:`bytes.fromhex` class method.
+ Similar functionality (more liberal towards whitespace) is also accessible
+ using the :meth:`bytes.fromhex` class method.
373
374
.. versionchanged:: 3.15
375
Added the *ignorechars* parameter.
0 commit comments