summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-12-30 14:41:11 -0800
committerSteve Piercy <web@stevepiercy.com>2022-12-30 14:41:11 -0800
commit7198460b885b795ea1477307e8e3ff7aa0b742bd (patch)
tree5060564655b6ac50a727cc42609ec634d8e450cc /docs
parentd3fc4f97e8d5b8553c2a40da535a4b82d41d8ea1 (diff)
downloadpyramid-7198460b885b795ea1477307e8e3ff7aa0b742bd.tar.gz
pyramid-7198460b885b795ea1477307e8e3ff7aa0b742bd.tar.bz2
pyramid-7198460b885b795ea1477307e8e3ff7aa0b742bd.zip
Fix English grammar and syntax in wiki installation.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki2/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 12855e83b..844d11ca0 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -273,7 +273,7 @@ On Windows
There should be no output to your console.
You should now have a ``tutorial.sqlite`` file in your current working directory.
-This is an SQLite database with three tables defined in it, ``alembic_version``, ``models``, where the first two tables each have single record inside of them.
+This is an SQLite database with two tables defined in it, ``alembic_version`` and ``models``, where each table has a single record.
.. _sql_running_tests: