]> granicus.if.org Git - python/commitdiff
typo (cotinue -> continue)
authorGuido van Rossum <guido@python.org>
Mon, 26 Aug 1996 16:20:31 +0000 (16:20 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 26 Aug 1996 16:20:31 +0000 (16:20 +0000)
Lib/mailcap.py

index 9da57d704ee96d11853fe04e95c9b5ee0ea52d12..4fa5de901f4babac95dee4ebe2180b19f88d3240 100644 (file)
@@ -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)):