]> granicus.if.org Git - python/commitdiff
The soundex module is built-in, not standard.
authorFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 04:45:44 +0000 (04:45 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 04:45:44 +0000 (04:45 +0000)
"--" ==> "---"

Doc/lib/libsoundex.tex
Doc/libsoundex.tex

index 373da3890a1c9ab70f04fd22af1ad9002f31af01..27d9bf3d3cb1e76c9b20faa87f7ea710d1fd41c8 100644 (file)
@@ -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}
index 373da3890a1c9ab70f04fd22af1ad9002f31af01..27d9bf3d3cb1e76c9b20faa87f7ea710d1fd41c8 100644 (file)
@@ -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}