]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
-fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Apr 2019 18:51:34 +0000 (14:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Apr 2019 18:51:34 +0000 (14:51 -0400)
Change-Id: I31641577b8324a7ed713356a6ae597d19e1c61e4

docs/build/unreleased/553.rst

index 8c072b9dc380e798939202ea21722283c422db1a..b6469fad21e5a1c2ad249f3095aac5eb8ab3fabf 100644 (file)
@@ -4,6 +4,6 @@
 
     Fixed bug when using the
     :paramref:`.EnvironmentContext.configure.compare_server_default` flag set
-    to ``True``where a server default that is introduced in the table metadata
+    to ``True`` where a server default that is introduced in the table metadata
     on an ``Integer`` column, where there is no existing server default in the
     database, would raise a ``TypeError``.