From abc2c2a78418364c0f0f5c7c154cbae1ad34997b Mon Sep 17 00:00:00 2001 From: TheMelter Date: Thu, 19 Dec 2019 23:02:45 -0800 Subject: [PATCH] Fix typo in execute.rst (#1115) --- 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