From cfd89355effb265291048c517c6b811ffc35673e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 26 Aug 1996 16:20:31 +0000 Subject: typo (cotinue -> continue) --- Lib/mailcap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/mailcap.py b/Lib/mailcap.py index 9da57d7..4fa5de9 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)): -- cgit v0.12