]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo in Alembic configuration file description 1724/head
authorRémy DUTHU <36485585+remyduthu@users.noreply.github.com>
Sun, 7 Sep 2025 09:21:33 +0000 (11:21 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Sep 2025 09:21:33 +0000 (11:21 +0200)
docs/build/tutorial.rst

index eccf8f304b0661b410d62d1103feb5ed9c6e16a6..365842b04353d1079abe4c0fe9b53c8c8a00ff5d 100644 (file)
@@ -45,7 +45,7 @@ The structure of this environment, including some generated migration scripts, l
 
 The directory includes these directories/files:
 
-* ``alembic.ini`` - this is Alembic's main configuration file which is genereated by all templates.
+* ``alembic.ini`` - this is Alembic's main configuration file which is generated by all templates.
   A detailed walkthrough of this file is later in the section :ref:`tutorial_alembic_ini`.
 * ``pyproject.toml`` - most modern Python projects have a ``pyproject.toml`` file.  Alembic may
   optionally store project related configuration in this file as well; to use a ``pyproject.toml``