From 9dbe87324d496323f1da4a131b4c3d485a8eea1b Mon Sep 17 00:00:00 2001 From: semen603089 Date: Sat, 29 Jul 2023 03:16:57 +0300 Subject: [PATCH] typo --- doc/build/changelog/unreleased_20/9698.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` -- 2.47.3