Fixed markup

This commit is contained in:
Simon Willison 2021-06-06 23:02:18 -07:00 committed by GitHub
commit 9dff7a3883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1585,6 +1585,7 @@ The ``.indexes`` property returns all indexes created for a table, as a list of
The ``.xindexes`` property returns more detailed information about the indexes on the table, using the SQLite `PRAGMA index_xinfo() <https://sqlite.org/pragma.html#pragma_index_xinfo>`__ mechanism. It returns a list of ``XIndex(name, columns)`` named tuples, where ``columns`` is a list of ``XIndexColumn(seqno, cid, name, desc, coll, key)`` named tuples.
::
>>> db["ny_times_us_counties"].xindexes
[
XIndex(