]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix typo in a docstring (#10925)
authorEugene Toder <eltoder@users.noreply.github.com>
Thu, 25 Jan 2024 22:19:44 +0000 (17:19 -0500)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 22:19:44 +0000 (23:19 +0100)
commite7cda85d81038cf390a15b93d5276754a8cc2514
tree03eb534003178b241d1fbe2bf3f60d996fc7bc41
parent8a4c27589500bc57605bb8f28c215f5f0ae5066d
Fix typo in a docstring (#10925)

* Fix typo in a docstring

It's "compiled_cache" not "query_cache".

* Update async engine as well
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/ext/asyncio/engine.py