]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix various source comment/doc typos
authorluz paz <luzpaz@users.noreply.github.com>
Fri, 10 Dec 2021 14:10:29 +0000 (09:10 -0500)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 29 Dec 2021 20:35:34 +0000 (21:35 +0100)
commit56256b6d132c0deae4368a7d0d04912df9a80fc0
tree5526137468678d9fc5d26f678a5027312c82623a
parentd736f8bc4583f679167e4961f62f0fe1d318e4c4
Fix various source comment/doc typos

### Description
Found via `codespell -q 3 -L ba,crate,datas,froms,gord,hist,inh,nd,selectin,strat,ue`
Also added codespell to the pep8 tox env

### Checklist

This pull request is:

- [x] A documentation / typographical error fix
- Good to go, no issue or tests are needed

Closes: #7338
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7338
Pull-request-sha: 0deac2219396bc0eba7da53eb3a80932edbf2dd7

Change-Id: Icd61db31c8dc655d4a39d8a304194804d08555fe
43 files changed:
doc/build/changelog/changelog_01.rst
doc/build/changelog/changelog_03.rst
doc/build/changelog/changelog_05.rst
doc/build/core/connections.rst
doc/build/core/metadata.rst
doc/build/errors.rst
doc/build/faq/connections.rst
doc/build/orm/extensions/asyncio.rst
doc/build/orm/mapped_sql_expr.rst
doc/build/tutorial/data_insert.rst
lib/sqlalchemy/dialects/postgresql/psycopg.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/cursor.py
lib/sqlalchemy/ext/mypy/util.py
lib/sqlalchemy/orm/path_registry.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategy_options.py
lib/sqlalchemy/pool/base.py
lib/sqlalchemy/sql/type_api.py
lib/sqlalchemy/util/langhelpers.py
setup.cfg
test/base/test_result.py
test/dialect/oracle/test_reflection.py
test/dialect/postgresql/test_dialect.py
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_types.py
test/dialect/test_sqlite.py
test/ext/declarative/test_inheritance.py
test/ext/test_baked.py
test/orm/inheritance/test_manytomany.py
test/orm/inheritance/test_relationship.py
test/orm/inheritance/test_single.py
test/orm/test_assorted_eager.py
test/orm/test_cascade.py
test/orm/test_core_compilation.py
test/orm/test_deferred.py
test/orm/test_deprecations.py
test/orm/test_expire.py
test/orm/test_joins.py
test/orm/test_mapper.py
test/orm/test_relationships.py
test/requirements.py
test/sql/test_operators.py