typo (cotinue -> continue)

This commit is contained in:
Guido van Rossum 1996-08-26 16:20:31 +00:00
parent 8e44991b34
commit cfd89355ef

View file

@ -58,7 +58,7 @@ def readmailcapfile(fp):
# Parse the line # Parse the line
key, fields = parseline(line) key, fields = parseline(line)
if not (key and fields): if not (key and fields):
cotinue continue
# Normalize the key # Normalize the key
types = string.splitfields(key, '/') types = string.splitfields(key, '/')
for j in range(len(types)): for j in range(len(types)):