mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
Fix a typo in wave module docstring (GH-17009)
s/pathing/patching/
This commit is contained in:
parent
1726909094
commit
25fa3ecb98
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ This returns an instance of a class with the following public methods:
|
||||||
-- set all parameters at once
|
-- set all parameters at once
|
||||||
tell() -- return current position in output file
|
tell() -- return current position in output file
|
||||||
writeframesraw(data)
|
writeframesraw(data)
|
||||||
-- write audio frames without pathing up the
|
-- write audio frames without patching up the
|
||||||
file header
|
file header
|
||||||
writeframes(data)
|
writeframes(data)
|
||||||
-- write audio frames and patch up the file header
|
-- write audio frames and patch up the file header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue