mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed typo
This commit is contained in:
parent
8aa9cf629c
commit
8059c8a27c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue