]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix typo in tutoral.rst
authorFederico Caselli <cfederico87@gmail.com>
Fri, 23 May 2025 18:24:14 +0000 (20:24 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 23 May 2025 18:24:14 +0000 (20:24 +0200)
Change-Id: I59be2e4c8d977d4e4c0138d57d01615781c153eb

docs/build/tutorial.rst

index e91f4e4aca6149222e173053b16160f858f96d77..7354c82f501af866f6db052807ed5a57c3b6cedc 100644 (file)
@@ -297,7 +297,7 @@ provided as a substitution which is populated with the absolute path to the
 ``alembic.ini`` file itself.  This can be used to produce correct pathnames
 to directories and files relative to where the config file is located.
 
-.. tip:: Percent signs in ``alembic.ini`` configuration variables that are are
+.. tip:: Percent signs in ``alembic.ini`` configuration variables that are
    not part of an interpolation token like ``%(here)s``, including percent
    signs that are part of the SQLAlchemy database URL for its own URL-escaping
    requirements, must themselves be escaped.