Commit 4b48d6b3 authored by Guido van Rossum's avatar Guido van Rossum

Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's

a c-cedilla in one of the docstrings.
parent 610291cf
# -*- 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment