diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-08-06 12:41:12 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-08-06 12:41:12 -0400 |
| commit | 871449e94c37b0e7bf2310bb21f2743954f52d91 (patch) | |
| tree | 4ba44340c3ff20d2e76171e3917122a2549121fe /docs/tutorials/wiki2/design.rst | |
| parent | 02ce7d6425bcd81590ae50fa298f50ea47422a47 (diff) | |
| parent | ae2fd21399de2eed6ff60f32c34e304ec017b4f4 (diff) | |
| download | pyramid-871449e94c37b0e7bf2310bb21f2743954f52d91.tar.gz pyramid-871449e94c37b0e7bf2310bb21f2743954f52d91.tar.bz2 pyramid-871449e94c37b0e7bf2310bb21f2743954f52d91.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki2/design.rst')
| -rw-r--r-- | docs/tutorials/wiki2/design.rst | 2 |
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 |
