summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorSzczepan Cieślik <szczepan.cieslik@gmail.com>2014-02-22 18:30:28 +0100
committerTim Graham <timograham@gmail.com>2014-02-25 10:28:32 -0500
commite8161980347da5a68b4224d8a9ffc466630a796d (patch)
tree741d748738f3923d38b6ab69d54a5c26f4fe6b65 /docs/ref/models
parent65b4626528fc133a09ebc8d19fbaa871bdb7e17d (diff)
Fixed docs typos.
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/custom-lookups.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/custom-lookups.txt b/docs/ref/models/custom-lookups.txt
index 38608180f1..b800897712 100644
--- a/docs/ref/models/custom-lookups.txt
+++ b/docs/ref/models/custom-lookups.txt
@@ -233,8 +233,8 @@ to this API.
execute the query.
Calling expression.as_sql() directly is usually incorrect - instead
- qn.compile(expression) should be used. The qn.compile() method will take
- care of calling vendor-specific methods of the expression.
+ ``qn.compile(expression)`` should be used. The ``qn.compile()`` method will
+ take care of calling vendor-specific methods of the expression.
.. method:: get_lookup(lookup_name)