Ticket #16090: 16090.doc-typos.diff

File 16090.doc-typos.diff, 548 bytes (added by Julien Phalip, 13 years ago)
  • docs/ref/class-based-views.txt

    diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt
    index c83559f..e9f3152 100644
    a b FormMixin  
    431431
    432432    .. method:: get_form_kwargs()
    433433
    434         Build the keyword arguments requried to instanciate an the form.
     434        Build the keyword arguments required to instantiate the form.
    435435
    436436        The ``initial`` argument is set to :meth:`.get_initial`. If the
    437437        request is a ``POST`` or ``PUT``, the request data (``request.POST``
Back to Top