]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in wave module docstring (GH-17009)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Nov 2019 04:50:01 +0000 (20:50 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2019 04:50:01 +0000 (20:50 -0800)
s/pathing/patching/
(cherry picked from commit 25fa3ecb98f2c038a422b19c53641fa8e3ef8e52)

Co-authored-by: Michael Haas <micha2718l@gmail.com>
Lib/wave.py

index f155879a9a76aba7a0c1c5d87b5674fe4bc23c8d..823f091deaaad9e1b7564014a79c12432fd41801 100644 (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