diff --git a/docs/source/databases.rst b/docs/source/databases.rst index d4d23dc..4eb5a9b 100644 --- a/docs/source/databases.rst +++ b/docs/source/databases.rst @@ -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,