From fce538c31ea0527ceb0e991f65e1a548b40f6416 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 6 Aug 2002 17:29:38 +0000 Subject: [PATCH] =?utf8?q?Add=20a=20coding=20cookie,=20because=20of=20the?= =?utf8?q?=20m=C3=B8=C3=B8se=20quote.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Lib/pydoc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 962e32ebb7..0c46c8e9ea 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: Latin-1 -*- """Generate Python documentation in HTML or text for interactive use. In the Python interpreter, do "from pydoc import help" to provide online -- 2.40.0