diff -r 128fa5eea9b1 Doc/library/wave.rst --- a/Doc/library/wave.rst Fri Dec 18 15:47:28 2015 -0500 +++ b/Doc/library/wave.rst Sun Dec 20 11:42:34 2015 +0100 @@ -111,7 +111,7 @@ .. method:: Wave_read.readframes(n) - Reads and returns at most *n* frames of audio, as a string of bytes. + Reads and returns at most *n* frames of audio, as :class:`bytes` object. .. method:: Wave_read.rewind()