From 4933035b75607e60dc63f7977e2bd4fa771d8898 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 2 Mar 2020 08:10:16 -0800 Subject: [PATCH] RST fix --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 82d1cb4f..e93313d8 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -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