mirror of https://github.com/python/cpython
Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's
a c-cedilla in one of the docstrings.
This commit is contained in:
parent
610291cf5a
commit
4b48d6b37c
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: Latin-1 -*-
|
||||
|
||||
"""Heap queue algorithm (a.k.a. priority queue).
|
||||
|
||||
Heaps are arrays for which a[k] <= a[2*k+1] and a[k] <= a[2*k+2] for
|
||||
|
|
Loading…
Reference in New Issue