Documentation fix

This commit is contained in:
Harry Marr 2010-05-28 02:28:42 +01:00
parent b23353e376
commit 467e61bcc1

View File

@ -63,7 +63,7 @@ operator name to a key with a double-underscore::
Available operators are as follows: Available operators are as follows:
* ``neq`` -- not equal to * ``ne`` -- not equal to
* ``lt`` -- less than * ``lt`` -- less than
* ``lte`` -- less than or equal to * ``lte`` -- less than or equal to
* ``gt`` -- greater than * ``gt`` -- greater than