]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove dupe 'always" use
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2022 17:48:23 +0000 (12:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2022 17:48:23 +0000 (12:48 -0500)
Change-Id: Ib46d6f622fdf11f9813154c6f7a55bbe229b0184

doc/build/changelog/migration_20.rst
doc/build/changelog/unreleased_20/7490.rst

index ad0dce3f10dada045b3a49a64c9cc8930e1cf27d..406f782e5d21fd6bfc66c18e957c242016981744 100644 (file)
@@ -327,7 +327,7 @@ based database is used. This is set along with setting the
 ``check_same_thread`` parameter to ``False``. It has been observed that the
 previous approach of defaulting to :class:`_pool.NullPool`, which does not
 hold onto database connections after they are released, did in fact have a
-measurable negative performance impact. As always, the pool class is always
+measurable negative performance impact. As always, the pool class is
 customizable via the :paramref:`_sa.create_engine.poolclass` parameter.
 
 .. seealso::
index 0e1487cce39f334339e861925737d95567534298..81862ba8c430f8357ecd5cc11cc44b8176889d22 100644 (file)
@@ -7,7 +7,7 @@
     ``check_same_thread`` parameter to ``False``. It has been observed that the
     previous approach of defaulting to :class:`_pool.NullPool`, which does not
     hold onto database connections after they are released, did in fact have a
-    measurable negative performance impact. As always, the pool class is always
+    measurable negative performance impact. As always, the pool class is
     customizable via the :paramref:`_sa.create_engine.poolclass` parameter.
 
     .. seealso::