From b6e112bd952c2023b95212364ed07ad9c235da41 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 18 Jan 2009 22:47:04 +0000 Subject: [PATCH] fix encoding cookie case --- Lib/heapq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/heapq.py b/Lib/heapq.py index 3233cdb0965..02c7944eedd 100644 --- a/Lib/heapq.py +++ b/Lib/heapq.py @@ -1,4 +1,4 @@ -# -*- coding: Latin-1 -*- +# -*- coding: latin-1 -*- """Heap queue algorithm (a.k.a. priority queue).