]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in alembic.ini templates
authorMerouane Atig <merwan@patem.net>
Wed, 22 Nov 2023 17:42:46 +0000 (12:42 -0500)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 22 Nov 2023 17:42:46 +0000 (12:42 -0500)
### Description

Fix typo in alembic.ini templates: requied => required

### Checklist

This pull request is:

- [x] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [ ] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #1364
Pull-request: https://github.com/sqlalchemy/alembic/pull/1364
Pull-request-sha: e200e174da7d6ca4ae943fc48cd7ff9af686f11a

Change-Id: I862a3fa54df907b4d8b25f5ee8b5ca82992f1966

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 =