mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
The soundex module is built-in, not standard.
"--" ==> "---"
This commit is contained in:
parent
ca12b9df7b
commit
c520b695fe
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
\section{Standard Module \sectcode{soundex}}
|
\section{Built-in Module \sectcode{soundex}}
|
||||||
\label{module-soundex}
|
\label{module-soundex}
|
||||||
\stmodindex{soundex}
|
\bimodindex{soundex}
|
||||||
|
|
||||||
\renewcommand{\indexsubitem}{(in module soundex)}
|
\renewcommand{\indexsubitem}{(in module soundex)}
|
||||||
The soundex algorithm takes an English word, and returns an
|
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
|
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
|
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.
|
misspellings together.
|
||||||
|
|
||||||
\begin{funcdesc}{get_soundex}{string}
|
\begin{funcdesc}{get_soundex}{string}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
\section{Standard Module \sectcode{soundex}}
|
\section{Built-in Module \sectcode{soundex}}
|
||||||
\label{module-soundex}
|
\label{module-soundex}
|
||||||
\stmodindex{soundex}
|
\bimodindex{soundex}
|
||||||
|
|
||||||
\renewcommand{\indexsubitem}{(in module soundex)}
|
\renewcommand{\indexsubitem}{(in module soundex)}
|
||||||
The soundex algorithm takes an English word, and returns an
|
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
|
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
|
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.
|
misspellings together.
|
||||||
|
|
||||||
\begin{funcdesc}{get_soundex}{string}
|
\begin{funcdesc}{get_soundex}{string}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue