From dc1f7fe5a6166cb8bf5b03382989cf3d2ec84d04 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Sun, 25 May 2014 14:57:49 -0400 Subject: Fix a documentation typo. Change-Id: I3f36528b1911a570bdcb59115a3aa61d0e5b6a04 --- docs/source/databases.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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, -- cgit v1.2.1