From: Merouane Atig Date: Wed, 22 Nov 2023 17:42:46 +0000 (-0500) Subject: Fix typo in alembic.ini templates X-Git-Tag: rel_1_13_0~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc4c7217316f878d223007684fd22fe7d642a84d;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo in alembic.ini templates ### 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: #` 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: #` 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 --- diff --git a/alembic/templates/async/alembic.ini.mako b/alembic/templates/async/alembic.ini.mako index c9a06d44..0e5f43fd 100644 --- a/alembic/templates/async/alembic.ini.mako +++ b/alembic/templates/async/alembic.ini.mako @@ -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 = diff --git a/alembic/templates/generic/alembic.ini.mako b/alembic/templates/generic/alembic.ini.mako index 7dfaae5a..29245dd3 100644 --- a/alembic/templates/generic/alembic.ini.mako +++ b/alembic/templates/generic/alembic.ini.mako @@ -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 = diff --git a/alembic/templates/multidb/alembic.ini.mako b/alembic/templates/multidb/alembic.ini.mako index f300bc8a..c7fbe482 100644 --- a/alembic/templates/multidb/alembic.ini.mako +++ b/alembic/templates/multidb/alembic.ini.mako @@ -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 = diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 1a66528a..f1cd4916 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -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 =