Skip to content

Commit

Permalink
Fixed pagination example typo (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: byu4 <[email protected]>
  • Loading branch information
JoshYuJump and byu4 authored Sep 25, 2023
1 parent 5a7ce77 commit 6031dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.mypy_cache/
.vscode/
.idea/
*.pyc
build/
dist/
Expand Down
2 changes: 1 addition & 1 deletion docs/source/crud/piccolo_crud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ For example, to return results 11 to 20:

.. code-block::
GET /movie/?__page=2&page_size=10
GET /movie/?__page=2&__page_size=10
-------------------------------------------------------------------------------

Expand Down

0 comments on commit 6031dbb

Please sign in to comment.