From bd2de3a65b9a8307939ee5c100c02f4644891e76 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 8 Jul 2003 21:17:25 +0000 Subject: typo --- Modules/md5module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/md5module.c') 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."); -- cgit v1.2.1