Skip to content

Commit

Permalink
Fix typo in alembic.ini templates
Browse files Browse the repository at this point in the history
  • Loading branch information
merwan committed Nov 22, 2023
1 parent 8ba8e7b commit e200e17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alembic/templates/async/alembic.ini.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion alembic/templates/generic/alembic.ini.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion alembic/templates/multidb/alembic.ini.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion docs/build/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e200e17

Please sign in to comment.