summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-07-21 14:37:29 -0700
committerChris McDonough <chrism@plope.com>2012-07-21 14:37:29 -0700
commit5b2104876668910614d8f96802406030bd4d5272 (patch)
tree82ba800e6fbcfb7f2d6d60f7e4c891be5efd53e9 /docs
parente652518e00cde05b55b065196a460efd9bc86e32 (diff)
parent70ba5b97f53ac178dac8f81109596fb47bbadde5 (diff)
downloadpyramid-5b2104876668910614d8f96802406030bd4d5272.tar.gz
pyramid-5b2104876668910614d8f96802406030bd4d5272.tar.bz2
pyramid-5b2104876668910614d8f96802406030bd4d5272.zip
Merge pull request #640 from countvajhula/patch-1
corrected table name tables->pages in wiki tutorial Design page
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki2/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst
index 2e6fc0e77..deaf32ef6 100644
--- a/docs/tutorials/wiki2/design.rst
+++ b/docs/tutorials/wiki2/design.rst
@@ -20,7 +20,7 @@ Models
We'll be using a SQLite database to hold our wiki data, and we'll be using
:term:`SQLAlchemy` to access the data in this database.
-Within the database, we define a single table named `tables`, whose elements
+Within the database, we define a single table named `pages`, whose elements
will store the wiki pages. There are two columns: `name` and `data`.
URLs like ``/PageName`` will try to find an element in