]> granicus.if.org Git - python/commitdiff
In description of sound_similar(), break up the markup for long
authorFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 21:49:12 +0000 (21:49 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 21:49:12 +0000 (21:49 +0000)
\code{} at each embedded space, so that the words will wrap.  This keeps
it from being too ugly.

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

index dc908e7c7e77c6f992ef6c8e9e521b8c293f02c5..54b7f4c7438cceac682337cc67056cc7d635b53c 100644 (file)
@@ -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}
index dc908e7c7e77c6f992ef6c8e9e521b8c293f02c5..54b7f4c7438cceac682337cc67056cc7d635b53c 100644 (file)
@@ -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}