diff --git a/Modules/md5module.c b/Modules/md5module.c index 6c9f2c68863..65b83a713bc 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.");