]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Remove simple typos in autogenerate docs 665/head
authorAshok Argent-Katwala <ashok@delphia.com>
Tue, 25 Feb 2020 17:03:25 +0000 (12:03 -0500)
committerAshok Argent-Katwala <ashok@delphia.com>
Tue, 25 Feb 2020 17:03:25 +0000 (12:03 -0500)
docs/build/autogenerate.rst

index 1a59371d7f21a3c9ec74e5a03e1415a3b602ad30..7072aa3c7c7afc8ba80d053e8181b759827d76b7 100644 (file)
@@ -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.