Commit b251711a authored by Guido van Rossum's avatar Guido van Rossum

Give correct length of string.

parent e75334e3
......@@ -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}
......
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment