]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix many typos throughout the codebase
authorAlex Gaynor <alex.gaynor@gmail.com>
Sat, 26 Apr 2014 20:13:13 +0000 (13:13 -0700)
committerAlex Gaynor <alex.gaynor@gmail.com>
Sat, 26 Apr 2014 20:13:13 +0000 (13:13 -0700)
commit1caa7fafbd3c9870e1bf2b2ac623872447fc804e
tree509f53bfba7c3bbc6941653b82c7cefcb819247c
parent146fbf6d26a8c4140a47aeb03131fdf81007b9a2
Fix many typos throughout the codebase

Found using: https://github.com/intgr/topy
95 files changed:
doc/build/changelog/changelog_01.rst
doc/build/changelog/changelog_02.rst
doc/build/changelog/changelog_03.rst
doc/build/changelog/changelog_04.rst
doc/build/changelog/changelog_05.rst
doc/build/changelog/changelog_06.rst
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_04.rst
doc/build/changelog/migration_06.rst
doc/build/changelog/migration_08.rst
doc/build/changelog/migration_09.rst
doc/build/core/constraints.rst
doc/build/core/event.rst
doc/build/core/events.rst
doc/build/core/reflection.rst
doc/build/core/tutorial.rst
doc/build/core/types.rst
doc/build/faq.rst
doc/build/glossary.rst
doc/build/orm/events.rst
doc/build/orm/loading.rst
doc/build/orm/mapper_config.rst
doc/build/orm/session.rst
examples/sharding/attribute_shard.py
examples/versioned_rows/versioned_map.py
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
lib/sqlalchemy/dialects/mysql/zxjdbc.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/postgresql/hstore.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/events.py
lib/sqlalchemy/ext/automap.py
lib/sqlalchemy/ext/declarative/__init__.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/log.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/ddl.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/sql/type_api.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/engines.py
lib/sqlalchemy/testing/entities.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/langhelpers.py
test/aaa_profiling/test_memusage.py
test/aaa_profiling/test_pool.py
test/dialect/mssql/test_query.py
test/dialect/postgresql/test_dialect.py
test/dialect/postgresql/test_query.py
test/dialect/postgresql/test_types.py
test/engine/test_execute.py
test/engine/test_reconnect.py
test/ext/declarative/test_basic.py
test/ext/declarative/test_inheritance.py
test/orm/inheritance/test_basic.py
test/orm/test_assorted_eager.py
test/orm/test_attributes.py
test/orm/test_backref_mutations.py
test/orm/test_cycles.py
test/orm/test_deferred.py
test/orm/test_expire.py
test/orm/test_froms.py
test/orm/test_mapper.py
test/orm/test_merge.py
test/orm/test_naturalpks.py
test/orm/test_query.py
test/orm/test_session.py
test/orm/test_unitofwork.py
test/orm/test_versioning.py
test/sql/test_compiler.py
test/sql/test_functions.py
test/sql/test_generative.py
test/sql/test_metadata.py
test/sql/test_selectable.py
test/sql/test_text.py
test/sql/test_types.py