[Sqlalchemy-tickets] Issue #3502: Documentation typo on suffix_with() (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Cliff D. <iss...@bi...> - 2015-07-29 19:07:14
|
New issue 3502: Documentation typo on suffix_with() https://bitbucket.org/zzzeek/sqlalchemy/issues/3502/documentation-typo-on-suffix_with Cliff Dyer: In http://docs.sqlalchemy.org/en/latest/core/selectable.html?highlight=select_from#sqlalchemy.sql.expression.Select.suffix_with Documentation currenty reads: Multiple prefixes can be specified by multiple calls to suffix_with(). This should probably say: Multiple suffixes can be specified by multiple calls to suffix_with(). |