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 jg...@apache.org on 2006/12/30 16:07:12 UTC

svn commit: r491234 - /httpd/mod_python/trunk/Doc/modpython4.tex

Author: jgallacher
Date: Sat Dec 30 07:07:11 2006
New Revision: 491234

URL: http://svn.apache.org/viewvc?view=rev&rev=491234
Log:
Small grammar fix in docs.

Modified:
    httpd/mod_python/trunk/Doc/modpython4.tex

Modified: httpd/mod_python/trunk/Doc/modpython4.tex
URL: http://svn.apache.org/viewvc/httpd/mod_python/trunk/Doc/modpython4.tex?view=diff&rev=491234&r1=491233&r2=491234
==============================================================================
--- httpd/mod_python/trunk/Doc/modpython4.tex (original)
+++ httpd/mod_python/trunk/Doc/modpython4.tex Sat Dec 30 07:07:11 2006
@@ -2790,7 +2790,7 @@
   Also note that the option name \code{mod_python.session.session_type}
   only started to be used from mod_python 3.3 onwards. If you need to
   retain compatability with older versions of mod_python, you should
-  instead use the now obsolete \code{session} option instead.
+  use the now obsolete \code{session} option instead.
 \end{funcdesc}
 
 \begin{classdesc}{BaseSession}{req\optional{, sid, secret, timeout, lock}}