Skip to content

Commit 1f9148b

Browse files
Fix a typo in wave module docstring (GH-17009)
s/pathing/patching/ (cherry picked from commit 25fa3ec) Co-authored-by: Michael Haas <micha2718l@gmail.com>
1 parent 72b874a commit 1f9148b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/wave.py

Lines changed: 1 addition & 1 deletion
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)