Fix typo in execute.rst

This commit is contained in:
Hyunmin Kim 2019-12-19 16:27:14 -08:00
parent 3f6f426946
commit 68b1c9de64

View File

@ -4,7 +4,7 @@ Executing a query
=================
For executing a query a schema, you can directly call the ``execute`` method on it.
For executing a query against a schema, you can directly call the ``execute`` method on it.
.. code:: python