]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
repair ancient and incorrect comment
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Apr 2022 02:03:28 +0000 (22:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Apr 2022 02:05:42 +0000 (22:05 -0400)
commit8254e3a28a32b7097fb926a373c17c35d4ec1d57
treef86ff35c2fe9213f9be75c7e1b371710801606bf
parent11bf82447438a9d5d9df9d613bf245694d6120dc
repair ancient and incorrect comment

it referred towards _columntoproperty refering to
lists of MapperProperty.  this comment goes all the
way to pre 0.1 being released.   it's likely been
wrong for nearly all that time.

Change-Id: I71234ae58a6253249d92224356e38372e4aff148
lib/sqlalchemy/orm/mapper.py