From 0dc960487d613c4e610f335164c3dea6325bff9e Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Mon, 4 Nov 2019 22:32:10 -0600 Subject: [PATCH] Fix a typo in wave module docstring (GH-17009) s/pathing/patching/ (cherry picked from commit 25fa3ecb98f2c038a422b19c53641fa8e3ef8e52) Co-authored-by: Michael Haas --- Lib/wave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/wave.py b/Lib/wave.py index f155879a9a76ab..823f091deaaad9 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