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 37b15b8 commit 15f2f01Copy full SHA for 15f2f01
1 file changed
Objects/listobject.c
@@ -1046,7 +1046,7 @@ sortslice_advance(sortslice *slice, Py_ssize_t n)
1046
if (k)
1047
1048
/* 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. */
+ * encounters in practice: homogeneous lists, often of one of the basic types. */
1050
1051
/* This struct holds the comparison function and helper functions
1052
* selected in the pre-sort check. */
0 commit comments