From: semen603089 Date: Sat, 29 Jul 2023 00:16:57 +0000 (+0300) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10106%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/doc/build/changelog/unreleased_20/9698.rst b/doc/build/changelog/unreleased_20/9698.rst index 0cf1658627..a6a1667dec 100644 --- a/doc/build/changelog/unreleased_20/9698.rst +++ b/doc/build/changelog/unreleased_20/9698.rst @@ -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``