diff options
author | Guido van Rossum <guido@python.org> | 1996-06-26 19:21:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-06-26 19:21:58 (GMT) |
commit | db9a7bba221d932e50dd699a5dea1b8af1c2b78a (patch) | |
tree | ec2b24c2435685fe3d28cd4bd09b3097d271f3d8 /Doc/lib/libmd5.tex | |
parent | 4d206541be5ae9444674ac7b480fdd0dcbe238ea (diff) | |
download | cpython-db9a7bba221d932e50dd699a5dea1b8af1c2b78a.zip cpython-db9a7bba221d932e50dd699a5dea1b8af1c2b78a.tar.gz cpython-db9a7bba221d932e50dd699a5dea1b8af1c2b78a.tar.bz2 |
Give correct length of string.
Diffstat (limited to 'Doc/lib/libmd5.tex')
-rw-r--r-- | Doc/lib/libmd5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index bd26f02..773f93c 100644 --- a/Doc/lib/libmd5.tex +++ b/Doc/lib/libmd5.tex @@ -53,7 +53,7 @@ arguments, i.e.\ \code{m.update(a); m.update(b)} is equivalent to \begin{funcdesc}{digest}{} Return the digest of the strings passed to the \code{update()} -method so far. This is an 8-byte string which may contain +method so far. This is an 16-byte string which may contain non-\ASCII{} characters, including null bytes. \end{funcdesc} |