From: Julien Danjou Date: Mon, 4 May 2015 15:57:42 +0000 (+0200) Subject: Fix typo in autogenerate documentation X-Git-Tag: rel_0_7_6~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=239cf8030667d50790d104580286370efcb32cb7;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo in autogenerate documentation --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index 93f6000a..12790da3 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -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()``