Explorar el Código

Fixed typo in docs/ref/models/custom-lookups.txt.

Matthew Schinckel hace 11 años
padre
commit
2b432d4634
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/ref/models/custom-lookups.txt

+ 1 - 1
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``.