From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 5 Nov 2019 04:50:01 +0000 (-0800) Subject: Fix a typo in wave module docstring (GH-17009) X-Git-Tag: v3.7.6rc1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f9148bdb41ca222d7bbdec6a17f74bb847a29f4;p=thirdparty%2FPython%2Fcpython.git Fix a typo in wave module docstring (GH-17009) s/pathing/patching/ (cherry picked from commit 25fa3ecb98f2c038a422b19c53641fa8e3ef8e52) Co-authored-by: Michael Haas --- diff --git a/Lib/wave.py b/Lib/wave.py index f155879a9a76..823f091deaaa 100644 --- a/Lib/wave.py +++ b/Lib/wave.py @@ -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