Fix label names.

This commit is contained in:
Georg Brandl 2012-01-14 17:06:53 +01:00
parent 9a5606886c
commit c86bb00ee5

View file

@ -1048,9 +1048,9 @@ must be plain or long integers. The arguments are converted to a common type.
.. _comparisons:
.. _is:
.. _isnot:
.. _is not:
.. _in:
.. _notin:
.. _not in:
Comparisons
===========