From 228a9035715612067d127ba4949e6bc7347635de Mon Sep 17 00:00:00 2001 From: Yoni Revah Date: Mon, 10 May 2021 22:52:57 -0400 Subject: [PATCH] Update config.py typo --- alembic/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- 2.47.2