Skip to content

Commit

Permalink
Fix a typo in wave module docstring (GH-17009)
Browse files Browse the repository at this point in the history
s/pathing/patching/
  • Loading branch information
micha2718l authored and zware committed Nov 5, 2019
1 parent 1726909 commit 25fa3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
-- set all parameters at once
tell() -- return current position in output file
writeframesraw(data)
-- write audio frames without pathing up the
-- write audio frames without patching up the
file header
writeframes(data)
-- write audio frames and patch up the file header
Expand Down

0 comments on commit 25fa3ec

Please sign in to comment.