Ticket #16090: class_based_views_typo.diff

File class_based_views_typo.diff, 568 bytes (added by teraom, 13 years ago)
  • docs/ref/class-based-views.txt

     
    431431
    432432    .. method:: get_form_kwargs()
    433433
    434         Build the keyword arguments requried to instanciate an the form.
     434        Build the keyword arguments requried to instantiate an 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