summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2021-09-11 16:37:23 -0400
committerGitHub <noreply@github.com>2021-09-11 22:37:23 +0200
commit791beb8cbdeea6b02641ce00b0a637d5283e189f (patch)
tree9cf0f3f424512071d1fb0582c5ae5058ed2c0913
parent3ac8dec3582a9a03212c99f56272d2ab842298fc (diff)
downloadalembic-791beb8cbdeea6b02641ce00b0a637d5283e189f.tar.gz
fix: typos in doc/build/api (#909)
-rw-r--r--docs/build/api/autogenerate.rst2
-rw-r--r--docs/build/api/config.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/build/api/autogenerate.rst b/docs/build/api/autogenerate.rst
index 9d7214e..7d8043e 100644
--- a/docs/build/api/autogenerate.rst
+++ b/docs/build/api/autogenerate.rst
@@ -380,7 +380,7 @@ it runs. The resulting migration structure would look like this::
Given the above, the following guidelines should be considered when
the ``env.py`` script calls upon :meth:`.MigrationContext.run_migrations`
-mutiple times when running autogenerate:
+multiple times when running autogenerate:
* If the ``process_revision_directives`` hook aims to **add elements
based on inspection of the current database /
diff --git a/docs/build/api/config.rst b/docs/build/api/config.rst
index 1d1181b..6dd8111 100644
--- a/docs/build/api/config.rst
+++ b/docs/build/api/config.rst
@@ -18,7 +18,7 @@ it is needed for the following use cases:
with the actual script files in a migration environment
* to create an :class:`.EnvironmentContext`, which allows you to
actually run the ``env.py`` module within the migration environment
-* to programatically run any of the commands in the :ref:`alembic.command.toplevel`
+* to programmatically run any of the commands in the :ref:`alembic.command.toplevel`
module.
The :class:`.Config` is *not* needed for these cases: