From b54431b15534b924c6ef06428c49d18423d9e75f Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9my=20DUTHU?= <36485585+remyduthu@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:21:33 +0200 Subject: [PATCH] Fix typo in Alembic configuration file description --- docs/build/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index eccf8f30..365842b0 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -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`` -- 2.47.3