Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from fergushmackenzie/documentation-update
Browse files Browse the repository at this point in the history
Changed misleading documentation.
  • Loading branch information
jpsca committed Jul 30, 2017
2 parents be117da + fc57a48 commit b16166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_wrapper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class User(db.Model):
.. sourcecode:: python
db = SQLAlchemy()
db = SQLAlchemy('sqlite://')
app = Flask(__name__)
db.init_app(app)
Expand Down

0 comments on commit b16166d

Please sign in to comment.