<> is gone (almost).

This commit is contained in:
Georg Brandl 2009-06-03 07:26:22 +00:00
parent 6b0e51a08c
commit a5ebc268e2
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
+-----------------------------------------------+-------------------------------------+