]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed typo: `extend` -> `extent` (#10304)
authorrene <rene@compounddata.com>
Sun, 3 Sep 2023 19:35:11 +0000 (05:35 +1000)
committerGitHub <noreply@github.com>
Sun, 3 Sep 2023 19:35:11 +0000 (21:35 +0200)
doc/build/core/engines.rst

index 696f058e6e90ab918381786796f6f9f09a2b08d5..d1741d9ea2080ab37c6693881eaec50c83dd510f 100644 (file)
@@ -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