Documentation tweak, refs #852

pull/866/head
Simon Willison 2020-06-18 16:39:43 -07:00
rodzic 6c26345836
commit 9216127ace
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1043,7 +1043,7 @@ canned_queries(datasette, database, actor)
The name of the database.
``actor`` - dictionary or None
The currently authenticated :ref:`authentication_actor`.
The currently authenticated :ref:`actor <authentication_actor>`.
Ues this hook to return a dictionary of additional :ref:`canned query <canned_queries>` definitions for the specified database. The return value should be the same shape as the JSON described in the :ref:`canned query <canned_queries>` documentation.