This commit is contained in:
Simon Willison 2020-03-02 08:10:16 -08:00 committed by GitHub
commit 4933035b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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