]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix capitalization typos in engines.rst
authorAbraham Sangha <abraham.sangha@gmail.com>
Mon, 8 Jun 2020 16:17:09 +0000 (10:17 -0600)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Jun 2020 14:07:30 +0000 (10:07 -0400)
(cherry picked from commit 6322cb20974b1d702b9fa0cfc07dbef2c549797c)

doc/build/core/engines.rst

index 7b97740d4ad88fd80341d047615e876edcc3ee50..1b0a4c967c6e1835947a134f91548c9ccb512d80 100644 (file)
@@ -292,12 +292,12 @@ namespace, as used by ``logging.getLogger('sqlalchemy')``. When logging has
 been configured (i.e. such as via ``logging.basicConfig()``), the general
 namespace of SA loggers that can be turned on is as follows:
 
-* ``sqlalchemy.engine`` - controls SQL echoing.  set to ``logging.INFO`` for
+* ``sqlalchemy.engine`` - controls SQL echoing.  Set to ``logging.INFO`` for
   SQL query output, ``logging.DEBUG`` for query + result set output.  These
   settings are equivalent to ``echo=True`` and ``echo="debug"`` on
   :paramref:`_sa.create_engine.echo`, respectively.
 
-* ``sqlalchemy.pool`` - controls connection pool logging.  set to
+* ``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"``