Fix typo in execute.rst (#1115)

This commit is contained in:
TheMelter 2019-12-19 23:02:45 -08:00 committed by Syrus Akbary
parent 3f6f426946
commit abc2c2a784

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