From e29e68fe349bd70abb0dd23c9e25b42b83153210 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 28 Dec 2023 11:17:52 -0500 Subject: [PATCH] changelog formatting fixes Change-Id: Ie6a975b9750fbf99c553f9b4f48a0305cf912443 --- .../changelog/unreleased_20/sql_func_typing.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. -- 2.47.2