From: Georg Brandl Date: Tue, 31 Mar 2009 19:06:37 +0000 (+0000) Subject: Add missing label. X-Git-Tag: v3.1a2~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33413cbf5ead3de21064a39d162df14dae68231c;p=thirdparty%2FPython%2Fcpython.git Add missing label. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 49f2be6fc312..622c7f4a381e 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)