summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2014-05-25 14:57:49 -0400
committerRyan Petrello <lists@ryanpetrello.com>2014-05-25 14:57:49 -0400
commitdc1f7fe5a6166cb8bf5b03382989cf3d2ec84d04 (patch)
tree0fe9873474d590c290500c05f326eccaf45aeb44
parent9cea1bb00943c89a6fc1e83434c39493a31ace9d (diff)
downloadpecan-dc1f7fe5a6166cb8bf5b03382989cf3d2ec84d04.tar.gz
Fix a documentation typo.
Change-Id: I3f36528b1911a570bdcb59115a3aa61d0e5b6a04
-rw-r--r--docs/source/databases.rst4
1 files changed, 2 insertions, 2 deletions
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,