Commit fd0a8f99 authored by Neal Norwitz's avatar Neal Norwitz

SF #621948, update docstring for md5 by David M. Cooke. Will backport.

parent 22dbc861
......@@ -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 = {
......
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