diff options
author | Skip Montanaro <skip@pobox.com> | 2003-07-08 21:17:25 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-07-08 21:17:25 (GMT) |
commit | bd2de3a65b9a8307939ee5c100c02f4644891e76 (patch) | |
tree | a3f74e671eb09971bf6f7cf5c97f9032d6dea993 /Modules/md5module.c | |
parent | e6f7f9a8245a53a88f71fa75aa9c5cf4338ec16a (diff) | |
download | cpython-bd2de3a65b9a8307939ee5c100c02f4644891e76.zip cpython-bd2de3a65b9a8307939ee5c100c02f4644891e76.tar.gz cpython-bd2de3a65b9a8307939ee5c100c02f4644891e76.tar.bz2 |
typo
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r-- | Modules/md5module.c | 2 |
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."); |