diff options
| author | Sean Wang <sean@decrypted.org> | 2015-02-18 19:19:21 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-22 09:38:54 -0500 |
| commit | a3f7b034d7a8dacc117fef4d2237d63ec2274cba (patch) | |
| tree | e28d0ad56ac06ee92d88b54e627b2fc4f2129491 /docs/howto/deployment/wsgi/uwsgi.txt | |
| parent | c231ec1af0c40f17b67fbd6d6af34b2d8b7a9616 (diff) | |
[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
Diffstat (limited to 'docs/howto/deployment/wsgi/uwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 8263e10a9d..154b6ed360 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. $ sudo pip install uwsgi |
