summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-12-09 14:51:24 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-12-09 14:51:24 -0500
commit34fb0f49b5667970157676772c49d3391865ee00 (patch)
tree505eb54041b19627ff7f6d35e72ed87a23fb4007 /doc
parenta35f9d0e3b24661d2dfcab799404e97ff8e3318f (diff)
downloadsqlalchemy-34fb0f49b5667970157676772c49d3391865ee00.tar.gz
fix typo
Change-Id: I09d1d1c9505c1cad8ed21b675a105b0dbbb02e00
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_14/8952.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_14/8952.rst b/doc/build/changelog/unreleased_14/8952.rst
index 32a36e84a..bb40306b5 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.