[Sqlalchemy-tickets] Issue #3269: Simple typo in sqlelement docs (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: command_tab <iss...@bi...> - 2014-12-09 21:03:05
|
New issue 3269: Simple typo in sqlelement docs https://bitbucket.org/zzzeek/sqlalchemy/issue/3269/simple-typo-in-sqlelement-docs command_tab: Noticed while reading the [sqlelement docs here](http://docs.sqlalchemy.org/en/rel_0_9/core/sqlelement.html#sqlalchemy.sql.expression.text): ```fom sqlalchemy import text ``` `fom` instead of `from` |