From dc2cb059c2d9a984bb95ebf0895c401aaaaaf2a7 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Fri, 23 May 2025 20:24:14 +0200 Subject: [PATCH] fix typo in tutoral.rst Change-Id: I59be2e4c8d977d4e4c0138d57d01615781c153eb --- 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 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. -- 2.47.3