]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
improve wording of a phrase in migration notes main
authorFederico Caselli <cfederico87@gmail.com>
Thu, 29 Jan 2026 09:00:35 +0000 (10:00 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 29 Jan 2026 09:00:35 +0000 (10:00 +0100)
doc/build/changelog/migration_21.rst

index aeef1393c67ba8cbdffb9f298e71029fee78d801..193ef56690a2e82795ccee5904207a2ed477e7da 100644 (file)
@@ -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