mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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:
parent
4ef01b1c10
commit
5a57d595c5
@ -42,7 +42,7 @@ Example with the test app:
|
|||||||
start_response(status, response_headers)
|
start_response(status, response_headers)
|
||||||
return iter([data])
|
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
|
.. code-block:: text
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user