diff options
Diffstat (limited to 'Modules')
-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."); |