From c8c5c4bdd83af50983ad1129e38ffbb31aa08fc8 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Sun, 22 Feb 2015 14:02:15 +0200 Subject: [PATCH] Correcting minor typo Change-Id: Ib8b897414039224971a1535c268c8a21fc3534fb --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 25c6701..8af19d7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -125,7 +125,7 @@ Dialect support .. [#1] Table is renamed to temporary table, new table is created followed by INSERT statements. .. [#2] See http://www.sqlite.org/lang_altertable.html for more information. - In cases not supported my sqlite, table is renamed to temporary table, + In cases not supported by sqlite, table is renamed to temporary table, new table is created followed by INSERT statements. .. [#3] You can not change datatype or rename column if table has NOT NULL data, see http://blogs.x2line.com/al/archive/2005/08/30/1231.aspx for