You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2003/10/22 15:23:14 UTC

cvs commit: httpd-python/Doc modpython6.tex

grisha      2003/10/22 06:23:14

  Modified:    Doc      modpython6.tex
  Log:
  typo
  
  Revision  Changes    Path
  1.26      +1 -1      httpd-python/Doc/modpython6.tex
  
  Index: modpython6.tex
  ===================================================================
  RCS file: /home/cvs/httpd-python/Doc/modpython6.tex,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- modpython6.tex	8 Sep 2003 19:31:50 -0000	1.25
  +++ modpython6.tex	22 Oct 2003 13:23:14 -0000	1.26
  @@ -10,7 +10,7 @@
   
   To use the handler, you need the following lines in your configuration
   \begin{verbatim}
  -  <Directory /some/path}
  +  <Directory /some/path>
       SetHandler mod_python 
       PythonHandler mod_python.publisher
       </Directory>