summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorSean Wang <sean@decrypted.org>2015-02-18 19:19:21 -0800
committerTim Graham <timograham@gmail.com>2015-02-22 09:35:39 -0500
commiteba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 (patch)
treeab96fd1185101181e572d72ed40deb93b7ff2d60 /docs/howto/deployment
parentea3168dc6ced391d848c511a14cfcecfeac9d401 (diff)
Fixed #24358 -- Corrected code-block directives for console sessions.
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index 0afb57b9bd..89eb9b5698 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -24,7 +24,7 @@ The uWSGI wiki describes several `installation procedures`_. Using pip, the
Python package manager, you can install any uWSGI version with a single
command. For example:
-.. code-block:: bash
+.. code-block:: console
# Install current stable version.
$ pip install uwsgi