mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Ran blacken-docs, refs #2299
This commit is contained in:
parent
8d456aae45
commit
828ef9899f
1 changed files with 3 additions and 1 deletions
|
|
@ -1723,7 +1723,9 @@ This example displays the row in JSON plus some additional debug information if
|
|||
{
|
||||
"href": datasette.urls.instance(),
|
||||
"label": f"Row details for {actor['id']}",
|
||||
"description": json.dumps(dict(row), default=repr),
|
||||
"description": json.dumps(
|
||||
dict(row), default=repr
|
||||
),
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue