summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-04-01 06:42:35 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-04-01 06:42:35 +0000
commit9a6261a83705dcbad59b07cad7529127aa79509f (patch)
tree93666c429f0b8b758185ea50cd9eeffaacc5ad57 /docs
parent9b6a518e1748c6ef66450c9e75007e1e5ce3f98e (diff)
Fixed ReST error in docs/fastcgi.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/fastcgi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt
index 2791403a2f..37a68d84c5 100644
--- a/docs/fastcgi.txt
+++ b/docs/fastcgi.txt
@@ -89,8 +89,8 @@ Protocols
Django supports all the protocols that flup_ does, namely fastcgi_, `SCGI`_ and `AJP1.3`_
(the Apache JServ Protocol, version 1.3). Select your preferred protocol by using the
-`protocol=`<protocol_name> option with `./manage.py runfcgi` -- where <protocol_name>
-may be one of: `fcgi` (the default), `scgi` or `ajp`. For example::
+``protocol=``<protocol_name> option with ``./manage.py runfcgi`` -- where <protocol_name>
+may be one of: ``fcgi`` (the default), ``scgi`` or ``ajp``. For example::
./manage.py runfcgi --protocol=scgi