From: Rémy DUTHU <36485585+remyduthu@users.noreply.github.com> Date: Sun, 7 Sep 2025 09:21:33 +0000 (+0200) Subject: Fix typo in Alembic configuration file description X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b54431b15534b924c6ef06428c49d18423d9e75f;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo in Alembic configuration file description --- 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``