Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c520b695
Commit
c520b695
authored
Jan 20, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The soundex module is built-in, not standard.
"--" ==> "---"
parent
ca12b9df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libsoundex.tex
Doc/lib/libsoundex.tex
+3
-3
Doc/libsoundex.tex
Doc/libsoundex.tex
+3
-3
No files found.
Doc/lib/libsoundex.tex
View file @
c520b695
\section
{
Standard
Module
\sectcode
{
soundex
}}
\section
{
Built-in
Module
\sectcode
{
soundex
}}
\label
{
module-soundex
}
\label
{
module-soundex
}
\
st
modindex
{
soundex
}
\
bi
modindex
{
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.
...
@@ -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
}
...
...
Doc/libsoundex.tex
View file @
c520b695
\section
{
Standard
Module
\sectcode
{
soundex
}}
\section
{
Built-in
Module
\sectcode
{
soundex
}}
\label
{
module-soundex
}
\label
{
module-soundex
}
\
st
modindex
{
soundex
}
\
bi
modindex
{
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.
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment