summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-02-28 22:11:45 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-02-28 22:11:45 +0000
commit633f0856d29f5baa1d6dda3f439406efc1e8482c (patch)
tree93da4ec1c3a63aa44557adf0d0ca8fcc8ffbbc86 /docs/django-admin.txt
parent7b0e321c557edaa2e08da1d4a8746eb8cbd5b283 (diff)
Fixed #3610: typo in django-admin.txt. Thanks, Yasushi Masuda.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 96316702c8..368062468d 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -151,7 +151,7 @@ runfcgi [options]
-----------------
Starts a set of FastCGI processes suitable for use with any web server
which supports the FastCGI protocol. See the `FastCGI deployment
-documentation`- for details. Requires the Python FastCGI module from
+documentation`_ for details. Requires the Python FastCGI module from
`flup`_.
.. _FastCGI deployment documentation: ../fastcgi/