From b6db616141f130102b19117a2e80a3317e64c5e1 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Tue, 15 Oct 2024 00:25:29 +0200 Subject: [PATCH] Fix typo in "SQAlchemy" in docs --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 21a27ebc..9dc97968 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -165,6 +165,6 @@ a value less than the database's timeout. Alternatively, you can try setting ``pool_pre_ping`` if you expect the database to close connections often, such as if it's running in a container that may restart. -See SQAlchemy's docs on `dealing with disconnects`_ for more information. +See SQLAlchemy's docs on `dealing with disconnects`_ for more information. .. _dealing with disconnects: https://docs.sqlalchemy.org/core/pooling.html#dealing-with-disconnects