From 68b1c9de64b3ef9f3ce2f3560f4e4ee76a7e4295 Mon Sep 17 00:00:00 2001 From: Hyunmin Kim Date: Thu, 19 Dec 2019 16:27:14 -0800 Subject: [PATCH] Fix typo in execute.rst --- docs/execution/execute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution/execute.rst b/docs/execution/execute.rst index 74300a82..f0ea8853 100644 --- a/docs/execution/execute.rst +++ b/docs/execution/execute.rst @@ -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