mirror of https://github.com/python/cpython
typo
This commit is contained in:
parent
e6f7f9a824
commit
bd2de3a65b
|
@ -86,7 +86,7 @@ PyDoc_STRVAR(digest_doc,
|
||||||
"digest() -> string\n\
|
"digest() -> string\n\
|
||||||
\n\
|
\n\
|
||||||
Return the digest of the strings passed to the update() method so\n\
|
Return the digest of the strings passed to the update() method so\n\
|
||||||
far. This is an 16-byte string which may contain non-ASCII characters,\n\
|
far. This is a 16-byte string which may contain non-ASCII characters,\n\
|
||||||
including null bytes.");
|
including null bytes.");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue