From: Federico Caselli Date: Thu, 29 Jan 2026 09:00:35 +0000 (+0100) Subject: improve wording of a phrase in migration notes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f96a5f13f573c194da487586477aba46148e36f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git improve wording of a phrase in migration notes --- 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