typo
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 @@
 "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.");