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 3217ce3 commit 4b26774Copy full SHA for 4b26774
docs/pagination.md
@@ -64,7 +64,7 @@ async def list_heros(paginate: Paginate, age:int | None = None):
64
return await paginate(stmt)
65
```
66
67
-### `SQLModel` example
+## `SQLModel` example
68
69
```python
70
from fastapi import FastAPI
0 commit comments