diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 17:30:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 17:30:40 (GMT) |
commit | 4aa4f30759ff4c645f071d79ce9616914641afe4 (patch) | |
tree | 081ae13518624edcfe8e0da545043ee6771a3427 /Doc/lib/libaudioop.tex | |
parent | 87b8f318b0d5d5d8b74c888458be6a0e8fea83f9 (diff) | |
download | cpython-4aa4f30759ff4c645f071d79ce9616914641afe4.zip cpython-4aa4f30759ff4c645f071d79ce9616914641afe4.tar.gz cpython-4aa4f30759ff4c645f071d79ce9616914641afe4.tar.bz2 |
Work-around LaTeX2HTML space-dropping bug.
Diffstat (limited to 'Doc/lib/libaudioop.tex')
-rw-r--r-- | Doc/lib/libaudioop.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libaudioop.tex b/Doc/lib/libaudioop.tex index 0c7b7b2..88bf046 100644 --- a/Doc/lib/libaudioop.tex +++ b/Doc/lib/libaudioop.tex @@ -166,8 +166,7 @@ and \var{newstate} should be passed to the next call of \function{ratecv()}. The \var{weightA} and \var{weightB} arguments are parameters for a -simple digital filter and default to \code{1} and \code{0} -respectively. +simple digital filter and default to \code{1} and \code{0} respectively. \end{funcdesc} \begin{funcdesc}{reverse}{fragment, width} |