summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Langer <yuval.langer@gmail.com>2015-02-22 14:02:15 +0200
committerYuval Langer <yuval.langer@gmail.com>2015-02-22 14:03:55 +0200
commitc8c5c4bdd83af50983ad1129e38ffbb31aa08fc8 (patch)
tree2cf8e1565826c1ac2c6720bfa93afe5a0436bcd9
parentae64d828df9debe61283ca7aa436bdbf0b49d0e7 (diff)
downloadsqlalchemy-migrate-c8c5c4bdd83af50983ad1129e38ffbb31aa08fc8.tar.gz
Correcting minor typo
Change-Id: Ib8b897414039224971a1535c268c8a21fc3534fb
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
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