mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
||||
key, fields = parseline(line)
|
||||
if not (key and fields):
|
||||
cotinue
|
||||
continue
|
||||
# Normalize the key
|
||||
types = string.splitfields(key, '/')
|
||||
for j in range(len(types)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue