]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Refer to "pre-commit" not post-commit
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Sep 2019 14:27:57 +0000 (10:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Sep 2019 14:27:57 +0000 (10:27 -0400)
Change-Id: I6ca8a2cc9af3f67f8870a83049bbb241f6dc517c

docs/build/autogenerate.rst

index 66d054e1595584d4b38ac49ca6c50fd5a40bfb05..79c1f8766fcc4a81c8fe92feaea941dcaa586069 100644 (file)
@@ -518,7 +518,7 @@ regardless of whether or not the autogenerate feature was used.
     formatters to them as they are committed.  Alembic's post write hooks are
     useful only in that they can format the files immediately upon generation,
     rather than at commit time, and also can be useful for projects that prefer
-    not to use post-commit.
+    not to use pre-commit.
 
 
 Basic Formatter Configuration