Fix a documentation typo.

Change-Id: I3f36528b1911a570bdcb59115a3aa61d0e5b6a04
This commit is contained in:
Ryan Petrello
2014-05-25 14:57:49 -04:00
parent 9cea1bb009
commit dc1f7fe5a6

View File

@@ -37,8 +37,8 @@ By default, this module contains a special method, :func:`init_model`.
"""
This is a stub method which is called at application startup time.
If you need to bind to a parse database configuration, set up tables or
ORM classes, or perform any database initialization, this is the
If you need to bind to a parsed database configuration, set up tables
or ORM classes, or perform any database initialization, this is the
recommended place to do it.
For more information working with databases, and some common recipes,