summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/wave.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/wave.rst b/Doc/library/wave.rst
index 794559b..a79489c 100644
--- a/Doc/library/wave.rst
+++ b/Doc/library/wave.rst
@@ -157,6 +157,10 @@ Wave_write objects, as returned by :func:`.open`, have the following methods:
Set the frame rate to *n*.
+ .. versionchanged:: 3.2
+ A non-integral input to this method is rounded to the nearest
+ integer.
+
.. method:: Wave_write.setnframes(n)