clarify "select_from()" docs

Issue #2274 resolved
Mike Bayer repo owner created an issue

The documentation on that methods says:

"return a new select() construct with the given FROM expression applied to its list of FROM objects."

For me this means that the old froms are replaced and not extended. I would suggest to replace "applied to" with "appended to" or "merged into".

Comments (2)

  1. Log in to comment