From 09d3a06996206a21869e6ae46c579012f618f680 Mon Sep 17 00:00:00 2001 From: Karthikeyan Singaravelan Date: Wed, 26 Aug 2020 11:56:51 +0000 Subject: [PATCH] Fix typo. --- alembic/runtime/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/runtime/environment.py b/alembic/runtime/environment.py index c9d623ca..eb8f2520 100644 --- a/alembic/runtime/environment.py +++ b/alembic/runtime/environment.py @@ -114,7 +114,7 @@ class EnvironmentContext(util.ModuleClsProxy): is running in "offline mode". This is ``True`` or ``False`` depending - on the the ``--sql`` flag passed. + on the ``--sql`` flag passed. This function does not require that the :class:`.MigrationContext` has been configured. -- 2.47.2