Documentation typo on suffix_with()

Issue #3502 resolved
Cliff Dyer created an issue

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().

Comments (3)

  1. Log in to comment