]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
postgresql: indentation fixup 13063/head
authorJames Addison <55152140+jayaddison@users.noreply.github.com>
Mon, 5 Jan 2026 14:43:01 +0000 (14:43 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Jan 2026 14:43:01 +0000 (14:43 +0000)
lib/sqlalchemy/dialects/postgresql/base.py

index 920ca5884bea9add25ca68367702fecb132734c8..6d2f4a915a341ec0aeff39087c989256eebbb4e2 100644 (file)
@@ -147,7 +147,7 @@ running bulk insert operations using the :ref:`engine_insertmanyvalues`
 feature.
 
 .. versionadded:: 2.1
-    Added ``monotonic=True`` to allow functions like PostgreSQL's
+   Added ``monotonic=True`` to allow functions like PostgreSQL's
    ``uuidv7()`` to work with batched "insertmanyvalues"
 
 .. seealso::