From 5a57d595c578761eb235635aba645953e99b38a2 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Fri, 13 Dec 2019 15:00:26 -0500 Subject: [PATCH] Fix sample command syntax highlighting in run.rst Extra `:` was causing the syntax highlighting to mess up, resulting in the docs containing the `..code-block:: text` markup --- docs/source/run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/run.rst b/docs/source/run.rst index 71abc739..6e4be8ad 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -42,7 +42,7 @@ Example with the test app: start_response(status, response_headers) return iter([data]) -You can now run the app with the following command:: +You can now run the app with the following command: .. code-block:: text