Missing apostophe.

This commit is contained in:
msiyaj 2015-08-27 00:27:44 -04:00
parent 7f38674915
commit 808bf6d204

View file

@ -33,7 +33,7 @@ SQLAlchemy. It allows you to define tables and models in one go, similar
to how Django works. In addition to the following text I recommend the
official documentation on the `declarative`_ extension.
Here the example :file:`database.py` module for your application::
Here's the example :file:`database.py` module for your application::
from sqlalchemy import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker