Skip to content

Commit 4b26774

Browse files
committed
💅
1 parent 3217ce3 commit 4b26774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def list_heros(paginate: Paginate, age:int | None = None):
6464
return await paginate(stmt)
6565
```
6666

67-
### `SQLModel` example
67+
## `SQLModel` example
6868

6969
```python
7070
from fastapi import FastAPI

0 commit comments

Comments
 (0)