From: Nils Philippsen Date: Sat, 11 Dec 2021 16:24:22 +0000 (+0100) Subject: Fix referenced ticket number (#7439) X-Git-Tag: rel_2_0_0b1~601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afdfeb2cd60a40ee785684fe19fce29aaaa2f169;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix referenced ticket number (#7439) Signed-off-by: Nils Philippsen --- diff --git a/doc/build/changelog/unreleased_14/7301.rst b/doc/build/changelog/unreleased_14/7301.rst index a8a71aface..160e06c838 100644 --- a/doc/build/changelog/unreleased_14/7301.rst +++ b/doc/build/changelog/unreleased_14/7301.rst @@ -1,6 +1,6 @@ .. change:: :tags: usecase, asyncio - :tickets: 7425 + :tickets: 7301 Added :func:`_asyncio.async_engine_config` function to create an async engine from a configuration dict. This otherwise