Fix typo in FastAPI + SQLAlchemy example docs

This commit is contained in:
Roman Mogylatov 2021-02-14 21:08:19 -05:00
parent d9e946ff56
commit 368f50f0ba
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Module ``models`` contains example SQLAlchemy user model. See ``webapp/models.py
:language: python
Database
-----
--------
Module ``database`` defines declarative base and utility class with engine and session factory.
See ``webapp/database.py``: