]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in alembic.ini templates 1364/head
authorMerouane Atig <merwan@patem.net>
Wed, 22 Nov 2023 14:37:32 +0000 (15:37 +0100)
committerMerouane Atig <merwan@patem.net>
Wed, 22 Nov 2023 14:37:32 +0000 (15:37 +0100)
alembic/templates/async/alembic.ini.mako
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
docs/build/tutorial.rst

index c9a06d44f252745883289b902dd3653744192137..0e5f43fdefbf43aab57005b532381e50abcca2fc 100644 (file)
@@ -15,7 +15,7 @@ prepend_sys_path = .
 # timezone to use when rendering the date within the migration file
 # as well as the filename.
 # If specified, requires the python>=3.9 or backports.zoneinfo library.
-# Any requied deps can installed by adding `alembic[tz]` to the pip requirements
+# Any required deps can installed by adding `alembic[tz]` to the pip requirements
 # string value is passed to ZoneInfo()
 # leave blank for localtime
 # timezone =
index 7dfaae5a4831dc4937947c150967e1de7bf9f26a..29245dd3f5aef640935e62bb9dc305f0130c465b 100644 (file)
@@ -17,7 +17,7 @@ prepend_sys_path = .
 # timezone to use when rendering the date within the migration file
 # as well as the filename.
 # If specified, requires the python>=3.9 or backports.zoneinfo library.
-# Any requied deps can installed by adding `alembic[tz]` to the pip requirements
+# Any required deps can installed by adding `alembic[tz]` to the pip requirements
 # string value is passed to ZoneInfo()
 # leave blank for localtime
 # timezone =
index f300bc8a025235ecc744d044b5a750ed4c3798f9..c7fbe48228a4c0af4f121bf8cc984ea7f889af7c 100644 (file)
@@ -17,7 +17,7 @@ prepend_sys_path = .
 # timezone to use when rendering the date within the migration file
 # as well as the filename.
 # If specified, requires the python>=3.9 or backports.zoneinfo library.
-# Any requied deps can installed by adding `alembic[tz]` to the pip requirements
+# Any required deps can installed by adding `alembic[tz]` to the pip requirements
 # string value is passed to ZoneInfo()
 # leave blank for localtime
 # timezone =
index 1a66528a912bcfa14d03f22638747b10960f728a..f1cd49165e9f6bb24765bdb2bc4b1b0b224d582f 100644 (file)
@@ -142,7 +142,7 @@ The file generated with the "generic" configuration looks like::
     # timezone to use when rendering the date within the migration file
     # as well as the filename.
     # If specified, requires the python>=3.9 or backports.zoneinfo library.
-    # Any requied deps can installed by adding `alembic[tz]` to the pip requirements
+    # Any required deps can installed by adding `alembic[tz]` to the pip requirements
     # string value is passed to ZoneInfo()
     # leave blank for localtime
     # timezone =