From: Ashwin Ramaswami Date: Tue, 20 Aug 2019 16:19:02 +0000 (-0700) Subject: Fix typo X-Git-Tag: rel_1_1_0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F593%2Fhead;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index bc303c3c..3a9e0c97 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -119,7 +119,7 @@ Autogenerate **will detect**: * Table additions, removals. * Column additions, removals. * Change of nullable status on columns. -* Basic changes in indexes and explcitly-named unique constraints +* Basic changes in indexes and explicitly-named unique constraints .. versionadded:: 0.6.1 Support for autogenerate of indexes and unique constraints.