commit | 781aef2d6beda314108ac3ad05098e2cbf9e2eab | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Apr 10 21:39:38 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Apr 10 21:39:38 2007 +0000 |
tree | d99c095e2ab9502f600bb4151b6f5222b799d40b | |
parent | 59c5884b4c37b6288911ff2aed218cfbb41f06ab [diff] [blame] |
Repair a duplicate label and some obsolete uses of \setindexsubitem.
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index ed386de..fa198c7 100644 --- a/Doc/lib/libunittest.tex +++ b/Doc/lib/libunittest.tex
@@ -91,7 +91,7 @@ \end{seealso} -\subsection{Basic example \label{minimal-example}} +\subsection{Basic example \label{unittest-minimal-example}} The \module{unittest} module provides a rich set of tools for constructing and running tests. This section demonstrates that a