summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-31 19:06:37 (GMT)
committerGeorg Brandl <georg@python.org>2009-03-31 19:06:37 (GMT)
commit33413cbf5ead3de21064a39d162df14dae68231c (patch)
tree986b9f95ed9f6367e073e1c33c7c36b862f77cee /Doc/reference/datamodel.rst
parent890a49a6273659df297e004ca9917bd151affbfc (diff)
downloadcpython-33413cbf5ead3de21064a39d162df14dae68231c.zip
cpython-33413cbf5ead3de21064a39d162df14dae68231c.tar.gz
cpython-33413cbf5ead3de21064a39d162df14dae68231c.tar.bz2
Add missing label.
Diffstat (limited to 'Doc/reference/datamodel.rst')
-rw-r--r--Doc/reference/datamodel.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 49f2be6..622c7f4 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)