From e8161980347da5a68b4224d8a9ffc466630a796d Mon Sep 17 00:00:00 2001 From: Szczepan Cieślik Date: Sat, 22 Feb 2014 18:30:28 +0100 Subject: Fixed docs typos. --- docs/ref/models/custom-lookups.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/models') 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) -- cgit v1.3