Fix a typo in wave module docstring (GH-17009)

s/pathing/patching/
(cherry picked from commit 25fa3ecb98)

Co-authored-by: Michael Haas <micha2718l@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-11-04 21:09:48 -08:00 committed by GitHub
parent f90e0d2371
commit e8bad63034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ This returns an instance of a class with the following public methods:
-- 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