summaryrefslogtreecommitdiff
path: root/Modules/md5module.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-10-11 21:53:01 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2002-10-11 21:53:01 +0000
commitfd0a8f99ffb6ada0a9f402c6e421f9d13561d17b (patch)
tree27b7ab3cbe1daff990c93694017505a65606c6d4 /Modules/md5module.c
parent22dbc861e46607f4ce4eacc2767d52cc22fe4c88 (diff)
downloadcpython-fd0a8f99ffb6ada0a9f402c6e421f9d13561d17b.tar.gz
SF #621948, update docstring for md5 by David M. Cooke. Will backport.
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r--Modules/md5module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c
index 8ca2386354..6c9f2c6886 100644
--- a/Modules/md5module.c
+++ b/Modules/md5module.c
@@ -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 = {