]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo 10106/head
authorsemen603089 <semen603089@mail.ru>
Sat, 29 Jul 2023 00:16:57 +0000 (03:16 +0300)
committersemen603089 <semen603089@mail.ru>
Sat, 29 Jul 2023 00:16:57 +0000 (03:16 +0300)
doc/build/changelog/unreleased_20/9698.rst

index 0cf16586272b2260bcc751096685c80ad9d35b7b..a6a1667dec37619f3c982931554c4bf9cdc5559f 100644 (file)
@@ -2,7 +2,7 @@
     :tags: feature, engine
     :tickets: 9698
 
-    :func:`.aclose` have been added to :class:`_asyncio.AsyncConnection`
+    :func:`.aclose` has been added to :class:`_asyncio.AsyncConnection`
     and :class:`_asyncio.AsyncSession`.
     :func:`.aclose` is a synonym for :func:`.close`
     that is compatible with context managers such as ``@contextlib.aclosing``