From 2f96a5f13f573c194da487586477aba46148e36f Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Thu, 29 Jan 2026 10:00:35 +0100 Subject: [PATCH] improve wording of a phrase in migration notes --- doc/build/changelog/migration_21.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/migration_21.rst b/doc/build/changelog/migration_21.rst index aeef1393c6..193ef56690 100644 --- a/doc/build/changelog/migration_21.rst +++ b/doc/build/changelog/migration_21.rst @@ -840,8 +840,8 @@ directly. Custom extension can be created by subclassing the class :class:`sqlalchemy.sql.SyntaxExtension`. -For example, to create render the ``INTO OUTFILE`` clause of select -supported by MariaDB and MySQL, can be implimented using syntax extensions +For example, support for the ``INTO OUTFILE`` clause of a select +supported by MariaDB and MySQL, can be implemented using syntax extensions as follows:: from sqlalchemy.ext.compiler import compiles -- 2.47.3