]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog formatting fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2023 16:17:52 +0000 (11:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2023 16:17:52 +0000 (11:17 -0500)
Change-Id: Ie6a975b9750fbf99c553f9b4f48a0305cf912443

doc/build/changelog/unreleased_20/sql_func_typing.rst

index f4ea6f40c334cf3cc29a68ed18fe864ccd7e703d..7fc310ec7c127f362ec92831d63841f8f0707dd5 100644 (file)
@@ -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.