projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a56068
)
Fix label names.
author
Georg Brandl
<georg@python.org>
Sat, 14 Jan 2012 16:06:53 +0000
(17:06 +0100)
committer
Georg Brandl
<georg@python.org>
Sat, 14 Jan 2012 16:06:53 +0000
(17:06 +0100)
Doc/reference/expressions.rst
patch
|
blob
|
history
diff --git
a/Doc/reference/expressions.rst
b/Doc/reference/expressions.rst
index b3372a5d9b74b8c46c4824260686460b36516e51..a7c66d3227c6f1cb515a1967c0180527aea35022 100644
(file)
--- a/
Doc/reference/expressions.rst
+++ b/
Doc/reference/expressions.rst
@@
-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
===========