From 8059c8a27c9a5dd18e29e8cb54bb9290ffd77d67 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 31 Dec 2022 10:54:25 -0800 Subject: [PATCH] Fixed typo --- docs/json_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json_api.rst b/docs/json_api.rst index b1bafcb1..a7e8da91 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -45,7 +45,7 @@ looks like this:: } The ``columns`` key lists the columns that are being returned, and the ``rows`` -key then returns a list of objets, each one representing a row. +key then returns a list of objects, each one representing a row. The ``_shape`` parameter can be used to access alternative formats for the ``rows`` key which may be more convenient for your application. There are three