Skip to content

Commit 25fa3ec

Browse files
micha2718lzware
authored andcommitted
Fix a typo in wave module docstring (GH-17009)
s/pathing/patching/
1 parent 1726909 commit 25fa3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/wave.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
-- set all parameters at once
5454
tell() -- return current position in output file
5555
writeframesraw(data)
56-
-- write audio frames without pathing up the
56+
-- write audio frames without patching up the
5757
file header
5858
writeframes(data)
5959
-- write audio frames and patch up the file header

0 commit comments

Comments
 (0)