From b0f9d1e494c9891ce407e27b0f5c6deeea361d30 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 11 Jun 2021 19:07:18 -0700 Subject: [PATCH] Fixed typo in 3.8 release notes --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c52449c..7be1f9d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,7 @@ ---------------- - New ``sqlite-utils indexes`` command to list indexes in a database, see :ref:`cli_indexes`. (`#263 `__) -- ``table.indexes`` introspection property returning more details about that table's indexes, see :ref:`python_api_introspection_xindexes`. (`#261 `__) +- ``table.xindexes`` introspection property returning more details about that table's indexes, see :ref:`python_api_introspection_xindexes`. (`#261 `__) .. _v3_7: