diff options
Diffstat (limited to 'Doc/library/aifc.rst')
-rw-r--r-- | Doc/library/aifc.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/aifc.rst b/Doc/library/aifc.rst index f8a6ab7..c1cd215 100644 --- a/Doc/library/aifc.rst +++ b/Doc/library/aifc.rst @@ -96,7 +96,9 @@ following methods: .. method:: aifc.getparams() - Return a tuple consisting of all of the above values in the above order. + Returns a :func:`~collections.namedtuple` ``(nchannels, sampwidth, + framerate, nframes, comptype, compname)``, equivalent to output of the + :meth:`get\*` methods. .. method:: aifc.getmarkers() |