Skip to content

Commit 368f50f

Browse files
committed
Fix typo in FastAPI + SQLAlchemy example docs
1 parent d9e946f commit 368f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/fastapi-sqlalchemy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Module ``models`` contains example SQLAlchemy user model. See ``webapp/models.py
9494
:language: python
9595

9696
Database
97-
-----
97+
--------
9898

9999
Module ``database`` defines declarative base and utility class with engine and session factory.
100100
See ``webapp/database.py``:

0 commit comments

Comments
 (0)