Fixed broken link.

This commit is contained in:
ode79 2014-05-21 01:45:44 +01:00
parent f5535fa085
commit a8f78cddc1

View File

@ -123,7 +123,7 @@ use the full power of SQL queries. Here's how you run them with ``dataset``::
print(row['country'], row['c'])
The :py:meth:`query() <dataset.Table.query>` method can also be used to
access the underlying `SQLAlchemy core API <http://docs.sqlalchemy.org/ru/latest/orm/query.html#the-query-object>`_, which allows for the
access the underlying `SQLAlchemy core API <http://docs.sqlalchemy.org/en/latest/orm/query.html#the-query-object>`_, which allows for the
programmatic construction of more complex queries::
table = db['user'].table