]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix various source comment/doc typos 7338/head
authorluz paz <luzpaz@users.noreply.github.com>
Wed, 17 Nov 2021 12:30:51 +0000 (07:30 -0500)
committerluz paz <luzpaz@users.noreply.github.com>
Wed, 17 Nov 2021 12:30:51 +0000 (07:30 -0500)
commit0deac2219396bc0eba7da53eb3a80932edbf2dd7
tree553f5eacd792d909d41bc52bf2840d5e710e406c
parent6206f0ff74e95c9339dc0f0e26caab55e9bcda45
Fix various source comment/doc typos

Found via `codespell -q 3 -L ba,crate,datas,froms,gord,hist,inh,nd,selectin,strat,ue`
doc/build/core/connections.rst
doc/build/errors.rst
doc/build/faq/connections.rst
doc/build/orm/extensions/asyncio.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/type_api.py
test/dialect/postgresql/test_dialect.py
test/orm/inheritance/test_single.py
test/orm/test_deferred.py
test/orm/test_mapper.py
test/orm/test_relationships.py