Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix formatting
  • Loading branch information
vstinner committed May 31, 2023
commit d6a87cfb6a237f76540072422d4d013de98ab577
5 changes: 2 additions & 3 deletions Doc/library/wave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Wave_write Objects

Write a WAV file.

Wave_write objects, as returned by :func:`.open`:
Wave_write objects, as returned by :func:`.open`.

For seekable output streams, the ``wave`` header will automatically be updated
to reflect the number of frames actually written. For unseekable streams, the
Expand All @@ -173,11 +173,10 @@ Wave_write Objects
the number of frames in the data and set *nframes* accordingly before writing
the frame data.

Wave_write objects have the following methods:

.. versionchanged:: 3.4
Added support for unseekable files.

Wave_write objects have the following methods:

.. method:: close()

Expand Down