We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1738461 commit 5a44f31Copy full SHA for 5a44f31
1 file changed
README.md
@@ -1276,7 +1276,7 @@ img.save('out.png')
1276
1277
Audio
1278
-----
1279
-#### Saves list of floats with values between 0 and 1 to a WAV file:
+#### Saves a list of floats with values between 0 and 1 to a WAV file:
1280
```python
1281
import wave, struct
1282
frames = [struct.pack('h', int((a-0.5)*60000)) for a in <list>]
0 commit comments