diff --git a/Lib/mailcap.py b/Lib/mailcap.py index 9da57d704ee..4fa5de901f4 100644 --- a/Lib/mailcap.py +++ b/Lib/mailcap.py @@ -58,7 +58,7 @@ def readmailcapfile(fp): # Parse the line key, fields = parseline(line) if not (key and fields): - cotinue + continue # Normalize the key types = string.splitfields(key, '/') for j in range(len(types)):