summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-12-30 18:58:19 -0600
committerGitHub <noreply@github.com>2022-12-30 18:58:19 -0600
commitea657230b3f23b42d1cf27eebd61e65efc4e2f0e (patch)
tree5060564655b6ac50a727cc42609ec634d8e450cc
parentd3fc4f97e8d5b8553c2a40da535a4b82d41d8ea1 (diff)
parent7198460b885b795ea1477307e8e3ff7aa0b742bd (diff)
downloadpyramid-ea657230b3f23b42d1cf27eebd61e65efc4e2f0e.tar.gz
pyramid-ea657230b3f23b42d1cf27eebd61e65efc4e2f0e.tar.bz2
pyramid-ea657230b3f23b42d1cf27eebd61e65efc4e2f0e.zip
Merge pull request #3721 from Pylons/wiki-sqlite-tables
Fix English grammar and syntax in wiki installation.rst
-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: