From 33413cbf5ead3de21064a39d162df14dae68231c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 31 Mar 2009 19:06:37 +0000 Subject: [PATCH] Add missing label. --- Doc/reference/datamodel.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 49f2be6fc31..622c7f4a381 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1160,6 +1160,7 @@ Basic customization The return value must be a string object. +.. _richcmpfuncs: .. method:: object.__lt__(self, other) object.__le__(self, other) object.__eq__(self, other)