]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update argument name for distinct() to match docs
authorMichael Williamson <mike@zwobble.org>
Wed, 11 Apr 2018 15:21:20 +0000 (11:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Apr 2018 15:21:20 +0000 (11:21 -0400)
commit6ca11d1b6a9f7743d684c83f2ecd29ea446e362f
treefebc1419d596ffd9403eeb4d57c5e5efadc34f7f
parent036cdbe7fb2d651ba5fbbc758c8584df011c8043
Update argument name for distinct() to match docs

A tiny change so that the docs are more consistent. At the moment, the same argument is given two different names.

Change-Id: Ic487006887d048700f260b2ae4a05d9a380412c1
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/439
lib/sqlalchemy/orm/query.py