#19411: Clarify that b2a_hex/hexlify returns a bytes object.

Initial patch by Vajrasky Kok.
This commit is contained in:
R David Murray 2013-11-03 13:21:38 -05:00
parent 0de4d3e3eb
commit 5fdb64b5a0
2 changed files with 3 additions and 2 deletions

View file

@ -1129,7 +1129,8 @@ binascii_hexlify(PyObject *self, PyObject *args)
PyDoc_STRVAR(doc_hexlify,
"b2a_hex(data) -> s; Hexadecimal representation of binary data.\n\
\n\
This function is also available as \"hexlify()\".");
The return value is a bytes object. This function is also\n\
available as \"hexlify()\".");
static int