doc/news.rst | 2 +- diff --git a/doc/news.rst b/doc/news.rst index 9c0fbf6b72504700001dbd265d4c09cea957beae77f702b86b0e7e8399e329c4..fde860e46841360a6828215324fbec4213f19a5f8929b96474bb62d24ae505c7 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -8,7 +8,7 @@ --- * Fix DEFINED BY pprinting when invoking as __main__ module * Integer has ``tohex()`` for getting hexadecimal representation of its value -* ``hexdump()`` (``hexdump -C`` like output) and ``ascii_visualize`` +* ``hexdump()`` (``hexdump -C`` like output) and ``ascii_visualize()`` (visualize ASCII printable characters, like in ``hexdump -C``) pretty printing functions appeared * Experimental ASN.1 interactive terminal browser.