summaryrefslogtreecommitdiff
path: root/docs/howto/deployment/wsgi/uwsgi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/deployment/wsgi/uwsgi.txt')
-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 bf869a77b8..dfb04eaf2a 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -114,7 +114,7 @@ Example ini configuration file usage::
that contain non-ASCII characters, make sure uWSGI is configured to accept
non-ASCII file names by adding this to your ``uwsgi.ini``::
- env = LANG='en_US.UTF-8'
+ env = LANG=en_US.UTF-8
See the :ref:`unicode-files` section of the Unicode reference guide for
details.