diff options
Diffstat (limited to 'Doc/lib/libbinascii.tex')
| -rw-r--r-- | Doc/lib/libbinascii.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libbinascii.tex b/Doc/lib/libbinascii.tex index 12c135e363..9850418fef 100644 --- a/Doc/lib/libbinascii.tex +++ b/Doc/lib/libbinascii.tex @@ -1,5 +1,5 @@ \section{\module{binascii} --- - Convert between binary and \ASCII{}} + Convert between binary and \ASCII} \declaremodule{builtin}{binascii} \modulesynopsis{Tools for converting between binary and various @@ -7,7 +7,7 @@ The \module{binascii} module contains a number of methods to convert -between binary and various \ASCII{}-encoded binary +between binary and various \ASCII-encoded binary representations. Normally, you will not use these functions directly but use wrapper modules like \refmodule{uu}\refstmodindex{uu} or \refmodule{binhex}\refstmodindex{binhex} instead, this module solely |
