]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Tue, 8 Jul 2003 21:17:25 +0000 (21:17 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 8 Jul 2003 21:17:25 +0000 (21:17 +0000)
Modules/md5module.c

index 6c9f2c688635fc3dde2b3908218175ec003a17d0..65b83a713bce100f86686e6a83ae6ba4197b43ae 100644 (file)
@@ -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.");