From: Federico Caselli Date: Fri, 23 May 2025 18:24:14 +0000 (+0200) Subject: fix typo in tutoral.rst X-Git-Tag: rel_1_16_2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc2cb059c2d9a984bb95ebf0895c401aaaaaf2a7;p=thirdparty%2Fsqlalchemy%2Falembic.git fix typo in tutoral.rst Change-Id: I59be2e4c8d977d4e4c0138d57d01615781c153eb --- diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index e91f4e4a..7354c82f 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -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.