Fix a documentation typo.
Change-Id: I3f36528b1911a570bdcb59115a3aa61d0e5b6a04
This commit is contained in:
@@ -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.
|
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
|
If you need to bind to a parsed database configuration, set up tables
|
||||||
ORM classes, or perform any database initialization, this is the
|
or ORM classes, or perform any database initialization, this is the
|
||||||
recommended place to do it.
|
recommended place to do it.
|
||||||
|
|
||||||
For more information working with databases, and some common recipes,
|
For more information working with databases, and some common recipes,
|
||||||
|
|||||||
Reference in New Issue
Block a user