diff options
| author | Fred Drake <fdrake@acm.org> | 2005-10-03 14:25:40 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2005-10-03 14:25:40 +0000 |
| commit | 4094d04457ba5a0adae636645c9c6d5fb99f202b (patch) | |
| tree | f4756e3edeac67743388f264182bd8a40fe93c31 | |
| parent | e8f244305ef4f257f6999b69601f4316b31faa5e (diff) | |
| download | cpython-git-4094d04457ba5a0adae636645c9c6d5fb99f202b.tar.gz | |
fix link to subsection (SF bug #1311674)
| -rw-r--r-- | Doc/lib/libstdtypes.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 17c558f762..c98322b93a 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} |
