mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF #621948, update docstring for md5 by David M. Cooke. Will backport.
This commit is contained in:
parent
463bfafd24
commit
98a355d0b3
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ Methods:\n\
|
|||
\n\
|
||||
update() -- updates the current digest with an additional string\n\
|
||||
digest() -- return the current digest value\n\
|
||||
hexdigest() -- return the current digest as a string of hexadecimal digits\n\
|
||||
copy() -- return a copy of the current md5 object");
|
||||
|
||||
static PyTypeObject MD5type = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue