summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Revah <jrevah@gmail.com>2021-05-10 22:52:57 -0400
committerGitHub <noreply@github.com>2021-05-10 22:52:57 -0400
commit228a9035715612067d127ba4949e6bc7347635de (patch)
treef22f9a51288044f2f4c5ae7f399a647c11cfe073
parentca8f0532f5b373c16800279a6b2f5bdf3fd0d5c3 (diff)
downloadalembic-228a9035715612067d127ba4949e6bc7347635de.tar.gz
Update config.py
typo
-rw-r--r--alembic/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/config.py b/alembic/config.py
index 955596d..565bb58 100644
--- a/alembic/config.py
+++ b/alembic/config.py
@@ -123,7 +123,7 @@ class Config(object):
"""Name of the config file section to read basic configuration
from. Defaults to ``alembic``, that is the ``[alembic]`` section
of the .ini file. This value is modified using the ``-n/--name``
- option to the Alembic runnier.
+ option to the Alembic runner.
"""