From: Skip Montanaro Date: Tue, 8 Jul 2003 21:17:25 +0000 (+0000) Subject: typo X-Git-Tag: v2.3c1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd2de3a65b9a8307939ee5c100c02f4644891e76;p=python typo --- diff --git a/Modules/md5module.c b/Modules/md5module.c index 6c9f2c6886..65b83a713b 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.");