From: Léo Gallot Date: Thu, 30 Apr 2026 19:51:19 +0000 (+0200) Subject: docs: fix typo pool_echo -> echo_pool (#13269) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046c434d33c803accaaf65bd1b5c4e4f28bd2d77;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs: fix typo pool_echo -> echo_pool (#13269) --- diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index 838e126a71..1f0c8408af 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -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