From 7198460b885b795ea1477307e8e3ff7aa0b742bd Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 30 Dec 2022 14:41:11 -0800 Subject: Fix English grammar and syntax in wiki installation.rst --- docs/tutorials/wiki2/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3