summaryrefslogtreecommitdiff
path: root/docs/tutorials/modwsgi
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/modwsgi')
-rw-r--r--docs/tutorials/modwsgi/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst
index 523aef8a8..6e3e4ce37 100644
--- a/docs/tutorials/modwsgi/index.rst
+++ b/docs/tutorials/modwsgi/index.rst
@@ -109,7 +109,7 @@ commands and files.
<Directory /Users/chrism/modwsgi/env>
WSGIProcessGroup pyramid
- Order allow, deny
+ Order allow,deny
Allow from all
</Directory>