Skip to content

Commit 835c003

Browse files
Update limit-and-offset.md
1 parent 1678a79 commit 835c003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorial/fastapi/limit-and-offset.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ And by default, we will return a maximum of `100` heroes, so `limit` will have a
2424

2525
{* ./docs_src/tutorial/fastapi/limit_and_offset/tutorial001_py310.py ln[52:56] hl[1,7,9] *}
2626

27-
{!./docs_src/tutorial/fastapi/limit_and_offset/tutorial001_py39.py!}
28-
2927
We want to allow clients to set different `offset` and `limit` values.
3028

3129
But we don't want them to be able to set a `limit` of something like `9999`, that's over `9000`! 😱

0 commit comments

Comments
 (0)