summaryrefslogtreecommitdiffstats
path: root/Modules/md5module.c
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-07-08 21:17:25 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-07-08 21:17:25 (GMT)
commitbd2de3a65b9a8307939ee5c100c02f4644891e76 (patch)
treea3f74e671eb09971bf6f7cf5c97f9032d6dea993 /Modules/md5module.c
parente6f7f9a8245a53a88f71fa75aa9c5cf4338ec16a (diff)
downloadcpython-bd2de3a65b9a8307939ee5c100c02f4644891e76.zip
cpython-bd2de3a65b9a8307939ee5c100c02f4644891e76.tar.gz
cpython-bd2de3a65b9a8307939ee5c100c02f4644891e76.tar.bz2
typo
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r--Modules/md5module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c
index 6c9f2c6..65b83a7 100644
--- a/Modules/md5module.c
+++ b/Modules/md5module.c
@@ -86,7 +86,7 @@ PyDoc_STRVAR(digest_doc,
"digest() -> string\n\
\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.");