]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Dec 2022 19:51:24 +0000 (14:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Dec 2022 19:51:24 +0000 (14:51 -0500)
Change-Id: I09d1d1c9505c1cad8ed21b675a105b0dbbb02e00

doc/build/changelog/unreleased_14/8952.rst

index 32a36e84a8445da69b539ca579e17fe8f0640a54..bb40306b598dbddbcbcb2c7aefb9229e47315878 100644 (file)
@@ -4,5 +4,5 @@
     :versions: 2.0.0b5
 
     Removed non-functional method ``merge`` from :class:`_asyncio.AsyncResult`.
-    This method was non-functional and non-testes since the first introduction
+    This method was non-functional and non-tested since the first introduction
     of asyncio in SQLAlchemy.