From: Brett Cannon Date: Thu, 18 Mar 2004 07:37:15 +0000 (+0000) Subject: Fix capitalization of title for subsection 2. X-Git-Tag: v2.4a1~683 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1de45f549756cb42c48b3a3cd23c53a9b2a4e4a;p=python Fix capitalization of title for subsection 2. --- diff --git a/Doc/lib/libtest.tex b/Doc/lib/libtest.tex index f53f18b6c5..f8070517e1 100644 --- a/Doc/lib/libtest.tex +++ b/Doc/lib/libtest.tex @@ -142,7 +142,7 @@ class AcceptTuples(TestFuncAcceptsSequences): \end{seealso} -\subsection{Running tests Using \module{test.regrtest} \label{regrtest}} +\subsection{Running tests using \module{test.regrtest} \label{regrtest}} \module{test.regrtest} can be used as a script to drive Python's regression test suite.