Fix some typos using codespell.

And checking each manually. It's funny because one of the words in the
sphinx custom dictionary was wrong :-)
This commit is contained in:
Matthias Bussonnier
2018-08-29 21:24:28 -07:00
parent 18f8661d73
commit 077d8dec9a
7 changed files with 7 additions and 7 deletions

View File

@@ -746,7 +746,7 @@ def new_session_factory(url="sqlite:///:memory:",
Base.metadata.create_all(engine)
# We set expire_on_commit=False, since we don't actually need
# SQLAlchemy to expire objects after commiting - we don't expect
# SQLAlchemy to expire objects after committing - we don't expect
# concurrent runs of the hub talking to the same db. Turning
# this off gives us a major performance boost
session_factory = sessionmaker(bind=engine,