summaryrefslogtreecommitdiff
path: root/docs/build/api/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/api/config.rst')
-rw-r--r--docs/build/api/config.rst2
1 files changed, 1 insertions, 1 deletions
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: