Skip to content

Commit 15f2f01

Browse files
committed
fix typo
1 parent 37b15b8 commit 15f2f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/listobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ sortslice_advance(sortslice *slice, Py_ssize_t n)
10461046
if (k)
10471047

10481048
/* Here we define custom comparison functions to optimize for the cases one commonly
1049-
* in practice: homogeneous lists, often of one of the basic types. */
1049+
* encounters in practice: homogeneous lists, often of one of the basic types. */
10501050

10511051
/* This struct holds the comparison function and helper functions
10521052
* selected in the pre-sort check. */

0 commit comments

Comments
 (0)