Fix typo "net" → "next"

This commit is contained in:
Eduard Bopp 2016-06-28 11:51:19 +02:00 committed by GitHub
parent a3e2125925
commit e3d829d312
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The following attributes exist on the pagination object:
| ------------ | ------------
| `current` | The current record
| `prev` | The record for the last page (might be `None`)
| `next` | The record for the net page (might be `None`)
| `next` | The record for the next page (might be `None`)
| `total` | The total number of items across all pages
| `pages` | The total number of pages
| `page` | The number of current page