From: Guido van Rossum Date: Mon, 26 Aug 1996 16:20:31 +0000 (+0000) Subject: typo (cotinue -> continue) X-Git-Tag: v1.4b3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd89355effb265291048c517c6b811ffc35673e;p=thirdparty%2FPython%2Fcpython.git typo (cotinue -> continue) --- diff --git a/Lib/mailcap.py b/Lib/mailcap.py index 9da57d704ee9..4fa5de901f4b 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)):