diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index a844828f..65189976 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1340,6 +1340,7 @@ This example registers two new magic parameters: ``:_request_http_version`` retu async def asynclookup(key, request): return await do_something_async(key) + @hookimpl def register_magic_parameters(datasette): return [