mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue