summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-13 21:49:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-13 21:49:12 (GMT)
commitfc931ecf929d26372774b1f3ae5563d68a3b81b3 (patch)
treeb3bbd5558c5c0d08e7ee925f7b72081eff5e30c7 /Doc
parent2e965add309265beed1a946fff12674a8b86d764 (diff)
downloadcpython-fc931ecf929d26372774b1f3ae5563d68a3b81b3.zip
cpython-fc931ecf929d26372774b1f3ae5563d68a3b81b3.tar.gz
cpython-fc931ecf929d26372774b1f3ae5563d68a3b81b3.tar.bz2
In description of sound_similar(), break up the markup for long
\code{} at each embedded space, so that the words will wrap. This keeps it from being too ugly.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsoundex.tex3
-rw-r--r--Doc/libsoundex.tex3
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libsoundex.tex b/Doc/lib/libsoundex.tex
index dc908e7..54b7f4c 100644
--- a/Doc/lib/libsoundex.tex
+++ b/Doc/lib/libsoundex.tex
@@ -22,5 +22,6 @@ with no leading whitespace; the case of the word is ignored.
\begin{funcdesc}{sound_similar}{string1, string2}
Compare the word in \var{string1} with the word in \var{string2}; this
is equivalent to
-\code{get_soundex(\var{string1})==get_soundex(\var{string2})}.
+\code{get_soundex(\var{string1})} \code{==}
+\code{get_soundex(\var{string2})}.
\end{funcdesc}
diff --git a/Doc/libsoundex.tex b/Doc/libsoundex.tex
index dc908e7..54b7f4c 100644
--- a/Doc/libsoundex.tex
+++ b/Doc/libsoundex.tex
@@ -22,5 +22,6 @@ with no leading whitespace; the case of the word is ignored.
\begin{funcdesc}{sound_similar}{string1, string2}
Compare the word in \var{string1} with the word in \var{string2}; this
is equivalent to
-\code{get_soundex(\var{string1})==get_soundex(\var{string2})}.
+\code{get_soundex(\var{string1})} \code{==}
+\code{get_soundex(\var{string2})}.
\end{funcdesc}