From 2b432d4634c693c177433aff69ec73e1fd1dd80f Mon Sep 17 00:00:00 2001 From: Matthew Schinckel Date: Sun, 25 May 2014 16:54:53 +0930 Subject: [PATCH] Fixed typo in docs/ref/models/custom-lookups.txt. --- docs/ref/models/custom-lookups.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/custom-lookups.txt b/docs/ref/models/custom-lookups.txt index 2af69a3f82..15db129e50 100644 --- a/docs/ref/models/custom-lookups.txt +++ b/docs/ref/models/custom-lookups.txt @@ -400,7 +400,7 @@ The lookup registration API is explained below. .. method:: get_transform(lookup_name) - Django uses ``get_transform(lookup_name)`` to fetch lookups. The + Django uses ``get_transform(lookup_name)`` to fetch transforms. The implementation of ``get_transform()`` looks for a subclass which is registered for the current class with the correct ``transform_name``.