From: Fred Drake Date: Tue, 20 Jan 1998 04:45:44 +0000 (+0000) Subject: The soundex module is built-in, not standard. X-Git-Tag: v1.5.1~920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c520b695fe033e4ccc76abdcdb020cead4e58ef0;p=python The soundex module is built-in, not standard. "--" ==> "---" --- diff --git a/Doc/lib/libsoundex.tex b/Doc/lib/libsoundex.tex index 373da3890a..27d9bf3d3c 100644 --- a/Doc/lib/libsoundex.tex +++ b/Doc/lib/libsoundex.tex @@ -1,6 +1,6 @@ -\section{Standard Module \sectcode{soundex}} +\section{Built-in Module \sectcode{soundex}} \label{module-soundex} -\stmodindex{soundex} +\bimodindex{soundex} \renewcommand{\indexsubitem}{(in module soundex)} The soundex algorithm takes an English word, and returns an @@ -10,7 +10,7 @@ soundex algorithm. Note that the soundex algorithm is quite simple-minded, and isn't perfect by any measure. Its main purpose is to help looking up names -in databases, when the name may be misspelled -- soundex hashes common +in databases, when the name may be misspelled --- soundex hashes common misspellings together. \begin{funcdesc}{get_soundex}{string} diff --git a/Doc/libsoundex.tex b/Doc/libsoundex.tex index 373da3890a..27d9bf3d3c 100644 --- a/Doc/libsoundex.tex +++ b/Doc/libsoundex.tex @@ -1,6 +1,6 @@ -\section{Standard Module \sectcode{soundex}} +\section{Built-in Module \sectcode{soundex}} \label{module-soundex} -\stmodindex{soundex} +\bimodindex{soundex} \renewcommand{\indexsubitem}{(in module soundex)} The soundex algorithm takes an English word, and returns an @@ -10,7 +10,7 @@ soundex algorithm. Note that the soundex algorithm is quite simple-minded, and isn't perfect by any measure. Its main purpose is to help looking up names -in databases, when the name may be misspelled -- soundex hashes common +in databases, when the name may be misspelled --- soundex hashes common misspellings together. \begin{funcdesc}{get_soundex}{string}