diff options
| author | Fred Drake <fdrake@acm.org> | 2001-05-11 01:08:13 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-05-11 01:08:13 +0000 |
| commit | 96d7a70630e5b59ece873cc5336d212c9e5b4834 (patch) | |
| tree | 641a09d2cdfabff64ab34e33885f88ea70e0ac7b /Doc/lib/libdifflib.tex | |
| parent | 9f2376de7a4b9c26193ced8b6767410b6b54390b (diff) | |
| download | cpython-git-96d7a70630e5b59ece873cc5336d212c9e5b4834.tar.gz | |
Replace "\begin{classdesc}{SomeClass}{\unspecified}" with
"\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was
identical to \moreargs, so this helps clarify things just a little.
Diffstat (limited to 'Doc/lib/libdifflib.tex')
| -rw-r--r-- | Doc/lib/libdifflib.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 0c35d6025e..5e3c4ad228 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -40,7 +40,7 @@ \end{verbatim} \end{funcdesc} -\begin{classdesc}{SequenceMatcher}{\unspecified} +\begin{classdesc*}{SequenceMatcher} This is a flexible class for comparing pairs of sequences of any type, so long as the sequence elements are hashable. The basic algorithm predates, and is a little fancier than, an algorithm @@ -72,6 +72,8 @@ \subsection{SequenceMatcher Objects \label{sequence-matcher}} +The \class{SequenceMatcher} class has this constructor: + \begin{classdesc}{SequenceMatcher}{\optional{isjunk\optional{, a\optional{, b}}}} Optional argument \var{isjunk} must be \code{None} (the default) or |
