Bläddra i källkod

Fixed typo in docs/ref/contrib/admin/index.txt.

Scott Pashley 3 år sedan
förälder
incheckning
367d6920ec
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/ref/contrib/admin/index.txt

+ 1 - 1
docs/ref/contrib/admin/index.txt

@@ -1947,7 +1947,7 @@ templates used by the :class:`ModelAdmin` views:
                     'form_kwargs': {'request': request},
                 }
 
-    You can also used it to set ``initial`` for formset forms.
+    You can also use it to set ``initial`` for formset forms.
 
 .. method:: ModelAdmin.get_changeform_initial_data(request)