Fixed docs typos.

This commit is contained in:
Szczepan Cieślik 2014-02-22 18:30:28 +01:00 committed by Tim Graham
parent 65b4626528
commit e816198034
32 changed files with 48 additions and 47 deletions

View file

@ -91,7 +91,7 @@ MultipleObjectMixin
.. attribute:: page_kwarg
A string specifying the name to use for the page parameter.
The view will expect this prameter to be available either as a query
The view will expect this parameter to be available either as a query
string parameter (via ``request.GET``) or as a kwarg variable specified
in the URLconf. Defaults to ``page``.