From: Yoni Revah Date: Tue, 11 May 2021 02:52:57 +0000 (-0400) Subject: Update config.py X-Git-Tag: rel_1_6_3~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228a9035715612067d127ba4949e6bc7347635de;p=thirdparty%2Fsqlalchemy%2Falembic.git Update config.py typo --- diff --git a/alembic/config.py b/alembic/config.py index 955596d0..565bb581 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. """