From 29d438c96c6c71d55002197c86f0c77ea18cc19a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 28 May 2010 02:12:36 +0000 Subject: [PATCH] remove non-ascii coding per PEP 8 --- Lib/getopt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/getopt.py b/Lib/getopt.py index 7248f08a32..66f48273c4 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -1,4 +1,3 @@ -# -*- coding: iso-8859-1 -*- """Parser for command line options. This module helps scripts to parse the command line arguments in @@ -20,7 +19,7 @@ option involved with the exception. # Gerrit Holl moved the string-based exceptions # to class-based exceptions. # -# Peter Åstrand added gnu_getopt(). +# Peter Astrand added gnu_getopt(). # # TODO for gnu_getopt(): # -- 2.50.1