Skip to content

Commit a07d23c

Browse files
committed
Typo repair.
1 parent 8138c2e commit a07d23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/listobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ struct s_MergeState {
17471747
int (*tuple_elem_compare)(PyObject *, PyObject *, MergeState *);
17481748

17491749
/* Varisbles used for minrun computation. The "ideal" minrun length is
1750-
* the infinite precision listlen / 2**e. See listlen.txt.
1750+
* the infinite precision listlen / 2**e. See listsort.txt.
17511751
*/
17521752
Py_ssize_t mr_current, mr_e, mr_mask;
17531753
};

0 commit comments

Comments
 (0)