mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
typo (cotinue -> continue)
This commit is contained in:
parent
8e44991b34
commit
cfd89355ef
1 changed files with 1 additions and 1 deletions
|
@ -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)):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue