From: Karthikeyan Singaravelan Date: Wed, 26 Aug 2020 11:56:51 +0000 (+0000) Subject: Fix typo. X-Git-Tag: rel_1_5_5~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d3a06996206a21869e6ae46c579012f618f680;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo. --- 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.