]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Correct any_, all_ spelling
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Dec 2016 21:14:31 +0000 (16:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Dec 2016 21:14:31 +0000 (16:14 -0500)
commit04d799863f710aa3308fcbab63070b719f7e7f81
treef3b3b2e8839198caabad6cb334a4c11d78b9a6fa
parent8f191ec3b87ccf9038d532ea672bdd5978793891
Correct any_, all_ spelling

- Fixed 1.1 regression where "import *" would not work for
sqlalchemy.sql.expression, due to mis-spelled "any_" and "all_"
functions.

Change-Id: I25d1cd34c9239dbdcdb1889c5cda2474557e1418
Fixes: #3878
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/expression.py