From: Ashok Argent-Katwala Date: Tue, 25 Feb 2020 17:03:25 +0000 (-0500) Subject: Remove simple typos in autogenerate docs X-Git-Tag: rel_1_4_1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bfbdf86d07e2f1bde909015a392e18633483b2;p=thirdparty%2Fsqlalchemy%2Falembic.git Remove simple typos in autogenerate docs --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index 1a59371d..7072aa3c 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -109,10 +109,10 @@ What does Autogenerate Detect (and what does it *not* detect?) The vast majority of user issues with Alembic centers on the topic of what kinds of changes autogenerate can and cannot detect reliably, as well as -how it renders Python code for what it does detect. it is critical to +how it renders Python code for what it does detect. It is critical to note that **autogenerate is not intended to be perfect**. It is *always* necessary to manually review and correct the **candidate migrations** -that autogenererate produces. The feature is getting more and more +that autogenerate produces. The feature is getting more and more comprehensive and error-free as releases continue, but one should take note of the current limitations.