Skip to content

Commit 339b6be

Browse files
authored
Fix typo in "SQAlchemy" in docs (pallets-eco#1373)
2 parents 271253c + b6db616 commit 339b6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ a value less than the database's timeout.
165165
Alternatively, you can try setting ``pool_pre_ping`` if you expect the database to close
166166
connections often, such as if it's running in a container that may restart.
167167

168-
See SQAlchemy's docs on `dealing with disconnects`_ for more information.
168+
See SQLAlchemy's docs on `dealing with disconnects`_ for more information.
169169

170170
.. _dealing with disconnects: https://docs.sqlalchemy.org/core/pooling.html#dealing-with-disconnects

0 commit comments

Comments
 (0)