]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Update config.py
authorYoni Revah <jrevah@gmail.com>
Tue, 11 May 2021 02:52:57 +0000 (22:52 -0400)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 02:52:57 +0000 (22:52 -0400)
typo

alembic/config.py

index 955596d0b88d3f55e9703b2cef6eec221519eff7..565bb581fdd5c1114f9f8f854a5ba85c4ef05382 100644 (file)
@@ -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.
 
     """