diff options
author | Georg Brandl <georg@python.org> | 2009-06-03 07:26:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-03 07:26:22 (GMT) |
commit | a5ebc268e22bfad91298b9553a6873eefa41e6d2 (patch) | |
tree | a8962115516c90af813bd9b2ef67a1e25dc05576 /Doc/reference | |
parent | 6b0e51a08c66e5b4da4c1cc1fe35f99efa102cdc (diff) | |
download | cpython-a5ebc268e22bfad91298b9553a6873eefa41e6d2.zip cpython-a5ebc268e22bfad91298b9553a6873eefa41e6d2.tar.gz cpython-a5ebc268e22bfad91298b9553a6873eefa41e6d2.tar.bz2 |
<> is gone (almost).
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/expressions.rst | 2 |
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 | +-----------------------------------------------+-------------------------------------+ |