mirror of https://github.com/python/cpython.git
Give correct length of string.
This commit is contained in:
parent
4d206541be
commit
db9a7bba22
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue