From: Mike Bayer Date: Thu, 28 Dec 2023 16:17:52 +0000 (-0500) Subject: changelog formatting fixes X-Git-Tag: rel_2_0_24~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29e68fe349bd70abb0dd23c9e25b42b83153210;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog formatting fixes Change-Id: Ie6a975b9750fbf99c553f9b4f48a0305cf912443 --- diff --git a/doc/build/changelog/unreleased_20/sql_func_typing.rst b/doc/build/changelog/unreleased_20/sql_func_typing.rst index f4ea6f40c3..7fc310ec7c 100644 --- a/doc/build/changelog/unreleased_20/sql_func_typing.rst +++ b/doc/build/changelog/unreleased_20/sql_func_typing.rst @@ -1,7 +1,7 @@ - .. change:: - :tags: bug, typing - :tickets: 6810 +.. change:: + :tags: bug, typing + :tickets: 6810 - Completed pep-484 typing for the ``sqlalchemy.sql.functions`` module. - :func:`_sql.select` constructs made against ``func`` elements should now - have filled-in return types. + Completed pep-484 typing for the ``sqlalchemy.sql.functions`` module. + :func:`_sql.select` constructs made against ``func`` elements should now + have filled-in return types.