]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in autogenerate documentation
authorJulien Danjou <julien@danjou.info>
Mon, 4 May 2015 15:57:42 +0000 (17:57 +0200)
committerJulien Danjou <julien@danjou.info>
Mon, 4 May 2015 15:57:42 +0000 (17:57 +0200)
docs/build/autogenerate.rst

index 93f6000a60fa27ac21afd1134d9a7bbf95a341d6..12790da3bdc718a10e5f5bcb639c0ad9bf4c9868 100644 (file)
@@ -410,7 +410,7 @@ The order of precedence regarding the
 type itself implementing ``compare_against_backend`` is that the
 :paramref:`.EnvironmentContext.configure.compare_type` callable is favored
 first; if it returns ``None``, then the ``compare_against_backend`` method
-will be used, if present on the metadata type.  If that reutrns ``None``,
+will be used, if present on the metadata type.  If that returns ``None``,
 then a basic check for type equivalence is run.
 
 .. versionadded:: 0.7.6 - added support for the ``compare_against_backend()``