From: Guido van Rossum Date: Wed, 26 Jun 1996 19:21:58 +0000 (+0000) Subject: Give correct length of string. X-Git-Tag: v1.4b1~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db9a7bba221d932e50dd699a5dea1b8af1c2b78a;p=thirdparty%2FPython%2Fcpython.git Give correct length of string. --- diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index bd26f0205263..773f93c66069 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} diff --git a/Doc/libmd5.tex b/Doc/libmd5.tex index bd26f0205263..773f93c66069 100644 --- a/Doc/libmd5.tex +++ b/Doc/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}