From: Fred Drake Date: Mon, 3 Oct 2005 14:27:04 +0000 (+0000) Subject: fix link to subsection (SF bug #1311674) X-Git-Tag: v2.4.3c1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b828f9fb5ef0f4cc22e21481a650460663010d27;p=thirdparty%2FPython%2Fcpython.git fix link to subsection (SF bug #1311674) --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 65e96bf0f7cf..93ed0e78e777 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1295,8 +1295,10 @@ The design of the set types was based on lessons learned from the \module{sets} module. \begin{seealso} - \seemodule[comparison-to-builtin-set]{sets}{Differences between - the \module{sets} module and the built-in set types.} + \seelink{comparison-to-builtin-set.html} + {Comparison to the built-in set types} + {Differences between the \module{sets} module and the + built-in set types.} \end{seealso}