]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo. 731/head
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>
Wed, 26 Aug 2020 11:56:51 +0000 (11:56 +0000)
committerKarthikeyan Singaravelan <tir.karthi@gmail.com>
Wed, 26 Aug 2020 12:00:37 +0000 (12:00 +0000)
alembic/runtime/environment.py

index c9d623ca8fc8204e7a7e2da5569a932a7c4d5b0d..eb8f25208503c80392127960f88e95515e40d8f6 100644 (file)
@@ -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.