diff options
Diffstat (limited to 'Doc/library/sunau.rst')
-rw-r--r-- | Doc/library/sunau.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sunau.rst b/Doc/library/sunau.rst index d0fd0a3..1ecc7a7 100644 --- a/Doc/library/sunau.rst +++ b/Doc/library/sunau.rst @@ -158,7 +158,7 @@ AU_read objects, as returned by :func:`.open` above, have the following methods: .. method:: AU_read.readframes(n) - Reads and returns at most *n* frames of audio, as a string of bytes. The data + Reads and returns at most *n* frames of audio, as a :class:`bytes` object. The data will be returned in linear format. If the original data is in u-LAW format, it will be converted. |