]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: fix typo pool_echo -> echo_pool (#13269)
authorLéo Gallot <lgallot@iliad-free.fr>
Thu, 30 Apr 2026 19:51:19 +0000 (21:51 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 30 Apr 2026 19:52:16 +0000 (21:52 +0200)
(cherry picked from commit 046c434d33c803accaaf65bd1b5c4e4f28bd2d77)

doc/build/core/engines.rst

index 838e126a718208253882fcdf30d07713f8bad6dd..1f0c8408afd133c69d4906e810e49923e5ea84c2 100644 (file)
@@ -514,7 +514,7 @@ namespace of SA loggers that can be turned on is as follows:
 * ``sqlalchemy.pool`` - controls connection pool logging.  Set to
   ``logging.INFO`` to log connection invalidation and recycle events; set to
   ``logging.DEBUG`` to additionally log all pool checkins and checkouts.
-  These settings are equivalent to ``pool_echo=True`` and ``pool_echo="debug"``
+  These settings are equivalent to ``echo_pool=True`` and ``echo_pool="debug"``
   on :paramref:`_sa.create_engine.echo_pool`, respectively.
 
 * ``sqlalchemy.dialects`` - controls custom logging for SQL dialects, to the