diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index 111677d8..5e4b5077 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -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 + ), }, ]