Skip to content

Commit b5569a9

Browse files
committed
wave: add documentation for undocumented methods
These methods are public but were previously not documented. This caused the unit tests to fail when I mentioned changes to getparams() in the whats new ;-)
1 parent 4ce4379 commit b5569a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/wave.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Wave_write Objects
277277
.. method:: getparams()
278278

279279
Return a :func:`~collections.namedtuple`
280-
``(nchannels, sampwidth, framerate, nframes, comptype, compname)``
280+
``(nchannels, sampwidth, framerate, nframes, comptype, compname, format)``
281281
containing the current output parameters.
282282

283283

0 commit comments

Comments
 (0)