mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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.
This commit is contained in:
parent
2e965add30
commit
fc931ecf92
2 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue