mirror of
https://github.com/python/cpython.git
synced 2025-08-14 22:01:08 +00:00
Fix label names.
This commit is contained in:
parent
9a5606886c
commit
c86bb00ee5
1 changed files with 2 additions and 2 deletions
|
@ -1048,9 +1048,9 @@ must be plain or long integers. The arguments are converted to a common type.
|
||||||
|
|
||||||
.. _comparisons:
|
.. _comparisons:
|
||||||
.. _is:
|
.. _is:
|
||||||
.. _isnot:
|
.. _is not:
|
||||||
.. _in:
|
.. _in:
|
||||||
.. _notin:
|
.. _not in:
|
||||||
|
|
||||||
Comparisons
|
Comparisons
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue