]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 May 2021 13:18:04 +0000 (09:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 May 2021 13:18:04 +0000 (09:18 -0400)
Change-Id: Id9026521d878baa2b2fc96159384135c27344def

doc/build/changelog/unreleased_14/pg8000_sscursor.rst

index cfa69f2b0b08297dd316a45428fdccf0bd2d0a7f..65fc28c42a2f7f9d27048a5d1cf53350349f1a44 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
-    :tags: pg8000, postgresql
+    :tags: usecase, postgresql
     :tickets: 6198
 
-    Add support for server side cursors in the pg8000 dialect for PostgreSQL. This
-    allows use of the :class: `Connection.execution_options.stream_results` option.
+    Add support for server side cursors in the pg8000 dialect for PostgreSQL.
+    This allows use of the
+    :paramref:`.Connection.execution_options.stream_results` option.