From: Mike Bayer Date: Fri, 9 Dec 2022 19:51:24 +0000 (-0500) Subject: fix typo X-Git-Tag: rel_2_0_0rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34fb0f49b5667970157676772c49d3391865ee00;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo Change-Id: I09d1d1c9505c1cad8ed21b675a105b0dbbb02e00 --- diff --git a/doc/build/changelog/unreleased_14/8952.rst b/doc/build/changelog/unreleased_14/8952.rst index 32a36e84a8..bb40306b59 100644 --- a/doc/build/changelog/unreleased_14/8952.rst +++ b/doc/build/changelog/unreleased_14/8952.rst @@ -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.