Skip to content
Snippets Groups Projects
Commit 1b45670c authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/ubinascii: Clean up grammar.

parent df4e1d12
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ Functions ...@@ -12,7 +12,7 @@ Functions
.. function:: hexlify(data, [sep]) .. function:: hexlify(data, [sep])
Convert binary data to hexadecimal representation. Return bytes string. Convert binary data to hexadecimal representation. Returns bytes string.
.. admonition:: Difference to CPython .. admonition:: Difference to CPython
:class: attention :class: attention
...@@ -22,13 +22,13 @@ Functions ...@@ -22,13 +22,13 @@ Functions
.. function:: unhexlify(data) .. function:: unhexlify(data)
Convert hexadecimal data to binary representation. Return bytes string. Convert hexadecimal data to binary representation. Returns bytes string.
(i.e. inverse of hexlify) (i.e. inverse of hexlify)
.. function:: a2b_base64(data) .. function:: a2b_base64(data)
Convert Base64-encoded data to binary representation. Return bytes string. Convert Base64-encoded data to binary representation. Returns bytes string.
.. function:: b2a_base64(data) .. function:: b2a_base64(data)
Encode binary data in Base64 format. Return string. Encode binary data in Base64 format. Returns string.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment