From dc82bf371911d01ac140f40ea99d06d2daee507e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 7 Sep 2020 14:54:41 -0700 Subject: [PATCH] Missing rST label --- docs/python-api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/python-api.rst b/docs/python-api.rst index dd7ac24..5d3409d 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -72,6 +72,8 @@ You can also turn on a tracer function temporarily for a block of code using the Queries will be passed to your ``tracer()`` function only for the duration of the ``with`` block. +.. _python_api_execute: + Executing queries =================