summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-03 07:26:22 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-03 07:26:22 (GMT)
commita5ebc268e22bfad91298b9553a6873eefa41e6d2 (patch)
treea8962115516c90af813bd9b2ef67a1e25dc05576 /Doc/reference
parent6b0e51a08c66e5b4da4c1cc1fe35f99efa102cdc (diff)
downloadcpython-a5ebc268e22bfad91298b9553a6873eefa41e6d2.zip
cpython-a5ebc268e22bfad91298b9553a6873eefa41e6d2.tar.gz
cpython-a5ebc268e22bfad91298b9553a6873eefa41e6d2.tar.bz2
<> is gone (almost).
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/expressions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index b74c47d..79c87be3e2 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -1253,7 +1253,7 @@ groups from right to left).
+-----------------------------------------------+-------------------------------------+
| :keyword:`in`, :keyword:`not` :keyword:`in`, | Comparisons, including membership |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
-| ``<=``, ``>``, ``>=``, ``<>``, ``!=``, ``==`` | |
+| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
+-----------------------------------------------+-------------------------------------+
| ``|`` | Bitwise OR |
+-----------------------------------------------+-------------------------------------+