typo (cotinue -> continue)

This commit is contained in:
Guido van Rossum 1996-08-26 16:20:31 +00:00
parent 8e44991b34
commit cfd89355ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)):