[Python-checkins] r70865 - python/branches/py3k/Doc/reference/datamodel.rst
georg.brandl
python-checkins at python.org
Tue Mar 31 21:06:37 CEST 2009
Author: georg.brandl
Date: Tue Mar 31 21:06:37 2009
New Revision: 70865
Log:
Add missing label.
Modified:
python/branches/py3k/Doc/reference/datamodel.rst
Modified: python/branches/py3k/Doc/reference/datamodel.rst
==============================================================================
--- python/branches/py3k/Doc/reference/datamodel.rst (original)
+++ python/branches/py3k/Doc/reference/datamodel.rst Tue Mar 31 21:06:37 2009
@@ -1160,6 +1160,7 @@
The return value must be a string object.
+.. _richcmpfuncs:
.. method:: object.__lt__(self, other)
object.__le__(self, other)
object.__eq__(self, other)
More information about the Python-checkins
mailing list