Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b48d6b

Browse files
committed
Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's
a c-cedilla in one of the docstrings.
1 parent 610291c commit 4b48d6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/heapq.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: Latin-1 -*-
2+
13
"""Heap queue algorithm (a.k.a. priority queue).
24
35
Heaps are arrays for which a[k] <= a[2*k+1] and a[k] <= a[2*k+2] for

0 commit comments

Comments
 (0)