From 467e61bcc159bda179f913d24d52abd20e292f3f Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Fri, 28 May 2010 02:28:42 +0100 Subject: [PATCH] Documentation fix --- docs/guide/querying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/querying.rst b/docs/guide/querying.rst index 690569a9..5ea110cf 100644 --- a/docs/guide/querying.rst +++ b/docs/guide/querying.rst @@ -63,7 +63,7 @@ operator name to a key with a double-underscore:: Available operators are as follows: -* ``neq`` -- not equal to +* ``ne`` -- not equal to * ``lt`` -- less than * ``lte`` -- less than or equal to * ``gt`` -- greater than