]> granicus.if.org Git - python/commitdiff
Give correct length of string.
authorGuido van Rossum <guido@python.org>
Wed, 26 Jun 1996 19:21:58 +0000 (19:21 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 26 Jun 1996 19:21:58 +0000 (19:21 +0000)
Doc/lib/libmd5.tex
Doc/libmd5.tex

index bd26f0205263e1fb9b15255f07177687bf02b523..773f93c660691180a5c9f26a224fd73ff77af694 100644 (file)
@@ -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}
 
index bd26f0205263e1fb9b15255f07177687bf02b523..773f93c660691180a5c9f26a224fd73ff77af694 100644 (file)
@@ -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}