summaryrefslogtreecommitdiffstats
path: root/Lib/wave.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-11-05 05:09:48 (GMT)
committerGitHub <noreply@github.com>2019-11-05 05:09:48 (GMT)
commite8bad630349521eb117d486ead2f8602dd172fcb (patch)
tree354d3ea0ea621a02403968b1473de5a61ceeff63 /Lib/wave.py
parentf90e0d2371bc2bcab7bf5307cfd73571eb06b375 (diff)
downloadcpython-e8bad630349521eb117d486ead2f8602dd172fcb.zip
cpython-e8bad630349521eb117d486ead2f8602dd172fcb.tar.gz
cpython-e8bad630349521eb117d486ead2f8602dd172fcb.tar.bz2
Fix a typo in wave module docstring (GH-17009)
s/pathing/patching/ (cherry picked from commit 25fa3ecb98f2c038a422b19c53641fa8e3ef8e52) Co-authored-by: Michael Haas <micha2718l@gmail.com>
Diffstat (limited to 'Lib/wave.py')
-rw-r--r--Lib/wave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/wave.py b/Lib/wave.py
index f155879..823f091 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