From 8cb3f6ce11cb8c236f70529f71f71f58905bea6e Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Wed, 30 Oct 2019 21:12:29 -0500 Subject: [PATCH] fix spelling of patching --- Lib/wave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/wave.py b/Lib/wave.py index 100420db9e1620..b7071198e6b841 100644 --- a/Lib/wave.py +++ b/Lib/wave.py @@ -53,7 +53,7 @@ -- 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