summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/mailcap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/mailcap.py b/Lib/mailcap.py
index 9da57d7..4fa5de9 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)):