diff options
author | Guido van Rossum <guido@python.org> | 1997-03-03 16:02:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-03 16:02:32 (GMT) |
commit | 3ff7317857f505cdba6df00a5b443e917a86b1b4 (patch) | |
tree | 26e5eed0aa4010afa551015ee54c8490a1cc6bb2 /Doc/libaudioop.tex | |
parent | d90e5b101218665c1e9a111ebf949ce84aa2ab99 (diff) | |
download | cpython-3ff7317857f505cdba6df00a5b443e917a86b1b4.zip cpython-3ff7317857f505cdba6df00a5b443e917a86b1b4.tar.gz cpython-3ff7317857f505cdba6df00a5b443e917a86b1b4.tar.bz2 |
Correct two typos
Diffstat (limited to 'Doc/libaudioop.tex')
-rw-r--r-- | Doc/libaudioop.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libaudioop.tex b/Doc/libaudioop.tex index 13a82b3..40ef0f4 100644 --- a/Doc/libaudioop.tex +++ b/Doc/libaudioop.tex @@ -153,7 +153,7 @@ Convert the frame rate of the input fragment. converter returns a tupl \code{(\var{newfragment}, \var{newstate})}, and \var{newstate} should be passed to the next call of ratecv. -The \code{weightA} and \coden{weightB} arguments are parameters for a +The \code{weightA} and \code{weightB} arguments are parameters for a simple digital filter and default to 1 and 0 respectively. \end{funcdesc} |