From: rene Date: Sun, 3 Sep 2023 19:35:11 +0000 (+1000) Subject: Fixed typo: `extend` -> `extent` (#10304) X-Git-Tag: rel_2_0_21~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c22a74b43ccc00069e383c6ba14b8768f8819a96;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixed typo: `extend` -> `extent` (#10304) --- diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index 696f058e6e..d1741d9ea2 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -505,7 +505,7 @@ namespace of SA loggers that can be turned on is as follows: on :paramref:`_sa.create_engine.echo_pool`, respectively. * ``sqlalchemy.dialects`` - controls custom logging for SQL dialects, to the - extend that logging is used within specific dialects, which is generally + extent that logging is used within specific dialects, which is generally minimal. * ``sqlalchemy.orm`` - controls logging of various ORM functions to the extent