mirror of https://github.com/python/cpython
Add reference to the DDJ article discussing a similar algorithm.
This commit is contained in:
parent
86333606f6
commit
6fda3ac474
|
@ -58,6 +58,15 @@
|
|||
\end{classdesc}
|
||||
|
||||
|
||||
\begin{seealso}
|
||||
\seetitle{Pattern Matching: The Gestalt Approach}{Discussion of a
|
||||
similar algorithm by John W. Ratcliff and D. E. Metzener.
|
||||
This was published in
|
||||
\citetitle[http://www.ddj.com/]{Dr. Dobb's Journal} in
|
||||
July, 1988.}
|
||||
\end{seealso}
|
||||
|
||||
|
||||
\subsection{SequenceMatcher Objects \label{sequence-matcher}}
|
||||
|
||||
\begin{classdesc}{SequenceMatcher}{\optional{isjunk\optional{,
|
||||
|
|
Loading…
Reference in New Issue