File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -569,12 +569,12 @@ heapq
569569
570570* Make :mod: `heapq ` max-heap functions
571571
572- * :func: `heapify_max `,
573- * :func: `heappush_max `,
574- * :func: `heappop_max `,
575- * :func: `heapreplace_max `
572+ * :func: `heapq. heapify_max `,
573+ * :func: `heapq. heappush_max `,
574+ * :func: `heapq. heappop_max `,
575+ * :func: `heapq. heapreplace_max `
576576
577- public. And add the missing :func: `heappushpop_max ` to
577+ public. And add the missing :func: `heapq. heappushpop_max ` to
578578 both the C and Python implementation.
579579
580580 Previous underscored naming is kept for backwards compatibility.
Original file line number Diff line number Diff line change 11Make :mod: `heapq ` max-heap functions
22
3- * :func: `heapify_max `,
4- * :func: `heappush_max `,
5- * :func: `heappop_max `,
6- * :func: `heapreplace_max `
3+ * :func: `heapq. heapify_max `,
4+ * :func: `heapq. heappush_max `,
5+ * :func: `heapq. heappop_max `,
6+ * :func: `heapq. heapreplace_max `
77
8- public. And add the missing :func: `heappushpop_max ` to
8+ public. And add the missing :func: `heapq. heappushpop_max ` to
99both the C and Python implementation.
1010
1111Previous underscored naming is kept for backwards compatibility.
You can’t perform that action at this time.
0 commit comments