mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
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.
This commit is contained in:
parent
9f2376de7a
commit
96d7a70630
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue