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
This commit is contained in:
Wesley Ellis 2019-12-13 15:00:26 -05:00 committed by Berker Peksag
parent 4ef01b1c10
commit 5a57d595c5

View File

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