We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8138c2e commit a07d23cCopy full SHA for a07d23c
Objects/listobject.c
@@ -1747,7 +1747,7 @@ struct s_MergeState {
1747
int (*tuple_elem_compare)(PyObject *, PyObject *, MergeState *);
1748
1749
/* Varisbles used for minrun computation. The "ideal" minrun length is
1750
- * the infinite precision listlen / 2**e. See listlen.txt.
+ * the infinite precision listlen / 2**e. See listsort.txt.
1751
*/
1752
Py_ssize_t mr_current, mr_e, mr_mask;
1753
};
0 commit comments