diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-10 00:42:49 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-10 00:42:49 (GMT) |
commit | 2177be2c3af438e6abab5832bd8f0e81411f9f47 (patch) | |
tree | 47901ff26e474bf9f2b471fe9ef8874b74ea8f1f /Doc/library/audioop.rst | |
parent | 0cf177205c9ca8b5a8845aad2f30d37e9e2e4dd3 (diff) | |
download | cpython-2177be2c3af438e6abab5832bd8f0e81411f9f47.zip cpython-2177be2c3af438e6abab5832bd8f0e81411f9f47.tar.gz cpython-2177be2c3af438e6abab5832bd8f0e81411f9f47.tar.bz2 |
whatsnew: auidioop.byteswap (#16685).
Diffstat (limited to 'Doc/library/audioop.rst')
-rw-r--r-- | Doc/library/audioop.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/audioop.rst b/Doc/library/audioop.rst index faf9916..ce127aa 100644 --- a/Doc/library/audioop.rst +++ b/Doc/library/audioop.rst @@ -80,7 +80,7 @@ The module defines the following variables and functions: "Byteswap" all samples in a fragment and returns the modified fragment. Converts big-endian samples to little-endian and vice versa. - .. versionadded: 3.4 + .. versionadded:: 3.4 .. function:: cross(fragment, width) |