From 633f0856d29f5baa1d6dda3f439406efc1e8482c Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 28 Feb 2007 22:11:45 +0000 Subject: [PATCH] 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 --- docs/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 96316702c85..368062468d5 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/