mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
RST fix
This commit is contained in:
parent
613f6fad72
commit
4933035b75
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ Here's an example plugin that returns an authentication object from the ASGI sco
|
|||
"auth": request.scope.get("auth")
|
||||
}
|
||||
|
||||
This example returns an awaitable function which adds a list of `hidden_table_names` to the context:
|
||||
This example returns an awaitable function which adds a list of ``hidden_table_names`` to the context:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue