[Sqlalchemy-tickets] Issue #3114: Typo in example in ORM documentation (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: wolfgang p <iss...@bi...> - 2014-07-07 01:49:08
|
New issue 3114: Typo in example in ORM documentation https://bitbucket.org/zzzeek/sqlalchemy/issue/3114/typo-in-example-in-orm-documentation wolfgang p: On http://docs.sqlalchemy.org/en/rel_0_9/orm/loading.html#sqlalchemy.orm.subqueryload_all there is an example for method chaining. It contains a typo. There ought to be a comma (not a period) between the two subqueryloads, I think. |