Skip to content

Commit b6db616

Browse files
authored
Fix typo in "SQAlchemy" in docs
1 parent 271253c commit b6db616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
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)