Explorar el Código

Fixed spelling; refs #16895.

Thanks Panagiotis Issaris for the report.
Tim Graham hace 11 años
padre
commit
fb51c9a0f2
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      docs/ref/models/options.txt
  2. 1 1
      docs/ref/models/querysets.txt

+ 1 - 1
docs/ref/models/options.txt

@@ -225,7 +225,7 @@ Django quotes column and table names behind the scenes.
 
     Ordering is not a free operation. Each field you add to the ordering
     incurs a cost to your database. Each foreign key you add will
-    impliclty include all of its default orderings as well.
+    implicitly include all of its default orderings as well.
 
 ``permissions``
 ---------------

+ 1 - 1
docs/ref/models/querysets.txt

@@ -338,7 +338,7 @@ You can tell if a query is ordered or not by checking the
 
     Ordering is not a free operation. Each field you add to the ordering
     incurs a cost to your database. Each foreign key you add will
-    impliclty include all of its default orderings as well.
+    implicitly include all of its default orderings as well.
 
 reverse
 ~~~~~~~