Merge pull request #102 from aepsil0n/typo

Fix typo "net" → "next"
This commit is contained in:
David Baumgold 2016-07-22 12:04:03 -04:00 committed by GitHub
commit c9419a2d0f
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