summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-20 04:45:44 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-20 04:45:44 (GMT)
commitc520b695fe033e4ccc76abdcdb020cead4e58ef0 (patch)
tree79cba4d89689d63d9e16eee2e33100f7b12a5141 /Doc/lib
parentca12b9df7b39dbd5ee47799bb9d7906f331bf663 (diff)
downloadcpython-c520b695fe033e4ccc76abdcdb020cead4e58ef0.zip
cpython-c520b695fe033e4ccc76abdcdb020cead4e58ef0.tar.gz
cpython-c520b695fe033e4ccc76abdcdb020cead4e58ef0.tar.bz2
The soundex module is built-in, not standard.
"--" ==> "---"
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libsoundex.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsoundex.tex b/Doc/lib/libsoundex.tex
index 373da38..27d9bf3 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}