Skip to content

Commit 5f47f03

Browse files
authored
Fixed documentation typo (#1178)
2 parents c301135 + c4ee785 commit 5f47f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customizing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ joined-table inheritance.
2121

2222
.. code-block:: python
2323
24-
from flask_sqlalchemy.model import model
24+
from flask_sqlalchemy.model import Model
2525
import sqlalchemy as sa
2626
import sqlalchemy.orm
2727

0 commit comments

Comments
 (0)