diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 574f4aa..f991449 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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() ` method can also be used to -access the underlying `SQLAlchemy core API `_, which allows for the +access the underlying `SQLAlchemy core API `_, which allows for the programmatic construction of more complex queries:: table = db['user'].table