diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 3fda6a4a68f..e5cc1b92a94 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1198,6 +1198,9 @@ Basic customization Arguments to rich comparison methods are never coerced. + To automatically generate ordering operations from a single root operation, + see the `Total Ordering recipe in the ASPN cookbook + `_\. .. method:: object.__hash__(self)