Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix markup
  • Loading branch information
rhettinger committed Oct 16, 2022
commit 01a37c59c3b3e3cc369af60b46f405c8924321a5
2 changes: 1 addition & 1 deletion Doc/howto/sorting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ a comparison function computes the relative ordering for two inputs.
For example, a `balance scale
<https://upload.wikimedia.org/wikipedia/commons/1/17/Balance_à_tabac_1850.JPG>`_
compares two samples giving a relative ordering of lighter, heavier, or
equal. Likewise, comparison function `cmp(a, b)` returns a negative
equal. Likewise, comparison function ``cmp(a, b)`` returns a negative
value for less-than, a positive value for greater-than, or zero if the
inputs are equal.

Expand Down