From 45e0a522bbd3d2a947e5a77f767b8836c9327985 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 10 Feb 2007 03:42:24 +0000 Subject: [PATCH] Fixed ReST bug in docs/fastcgi.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@4471 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/fastcgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt index b61df491905..1efeaf09cf4 100644 --- a/docs/fastcgi.txt +++ b/docs/fastcgi.txt @@ -274,7 +274,7 @@ In your Web root directory, add this to a file named ``.htaccess`` :: Then, create a small script that tells Apache how to spawn your FastCGI program. Create a file ``mysite.fcgi`` and place it in your Web directory, and -be sure to make it executable :: +be sure to make it executable:: #!/usr/bin/python import sys, os