From ddf5ce15e6e77fce8673d45dd36e728b05d85494 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 14 Mar 2024 21:06:29 -0700 Subject: [PATCH] Fixed .rST warning --- docs/python-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python-api.rst b/docs/python-api.rst index 09b2cbbc..4b446bb7 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -2177,7 +2177,7 @@ The ``.has_counts_triggers`` property shows if a table has been configured with >>> db["authors"].has_counts_triggers True -.. _python_api_introspection_supports_strict +.. _python_api_introspection_supports_strict: db.supports_strict ------------------