Fix PAGINATE_BY_PARAM docs. Refs #551

This commit is contained in:
Tom Christie 2013-01-07 20:17:52 +00:00
parent d9df15f321
commit e429f702e0

View File

@ -106,7 +106,7 @@ The default page size to use for pagination. If set to `None`, pagination is di
Default: `None`
## PAGINATE_BY_KWARG
## PAGINATE_BY_PARAM
The name of a query parameter, which can be used by the client to overide the default page size to use for pagination. If set to `None`, clients may not override the default page size.