]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix typo in the doc for `mapped_column` (#9612)
authorHarshit Doshi <5103046+HarshitDoshi@users.noreply.github.com>
Fri, 7 Apr 2023 22:02:23 +0000 (03:32 +0530)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 22:02:23 +0000 (00:02 +0200)
commit9fb2a2947e41ecd1597f8efe082de78e5374f98f
tree649af4077eac4e6ae4af004621f88fd87da064c7
parent24587f200934733b1a6734308c19210c7d51bc86
Fix typo in the doc for `mapped_column` (#9612)

I found an extremely and probably insignificant typo in the doc for `mapped_column` while actually trying to use and understand it for my project and have fixed it here.

The typo was for a "for" which was instead mentioned as "or".
lib/sqlalchemy/orm/_orm_constructors.py