Author: adrian
Date: 2007-02-09 21:42:24 -0600 (Fri, 09 Feb 2007)
New Revision: 4471
Modified:
django/trunk/docs/fastcgi.txt
Log:
Fixed ReST bug in docs/fastcgi.txt
Modified: django/trunk/docs/fastcgi.txt
===================================================================
--- django/trunk/docs/fastcgi.txt 2007-02-10 03:39:56 UTC (rev 4470)
+++ django/trunk/docs/fastcgi.txt 2007-02-10 03:42:24 UTC (rev 4471)
@@ -274,7 +274,7 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---