Skip to content

Commit

Permalink
Merge pull request #39 from MattF-NSIDC/fix-docs-typo
Browse files Browse the repository at this point in the history
Fix typo (`wtalchemy`) in docs example code
  • Loading branch information
azmeuk authored Oct 18, 2022
2 parents c0d7414 + 6597ded commit 2e84356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtforms_sqlalchemy/orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def model_form(
"""
Create a wtforms Form for a given SQLAlchemy model class::
from wtalchemy.orm import model_form
from wtforms_sqlalchemy.orm import model_form
from myapp.models import User
UserForm = model_form(User)
Expand Down

0 comments on commit 2e84356

Please sign in to comment.