We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1678a79 commit 835c003Copy full SHA for 835c003
docs/tutorial/fastapi/limit-and-offset.md
@@ -24,8 +24,6 @@ And by default, we will return a maximum of `100` heroes, so `limit` will have a
24
25
{* ./docs_src/tutorial/fastapi/limit_and_offset/tutorial001_py310.py ln[52:56] hl[1,7,9] *}
26
27
-{!./docs_src/tutorial/fastapi/limit_and_offset/tutorial001_py39.py!}
28
-
29
We want to allow clients to set different `offset` and `limit` values.
30
31
But we don't want them to be able to set a `limit` of something like `9999`, that's over `9000`! 😱
0 commit comments