Give correct length of string.

This commit is contained in:
Guido van Rossum 1996-06-26 19:21:58 +00:00
parent 4d206541be
commit db9a7bba22
2 changed files with 2 additions and 2 deletions

View 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}

View 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}