[Python-checkins] Fix a typo in wave module docstring (GH-17009)

Miss Islington (bot) webhook-mailer at python.org
Tue Nov 5 00:09:55 EST 2019


https://github.com/python/cpython/commit/e8bad630349521eb117d486ead2f8602dd172fcb
commit: e8bad630349521eb117d486ead2f8602dd172fcb
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-11-04T21:09:48-08:00
summary:

Fix a typo in wave module docstring (GH-17009)


s/pathing/patching/
(cherry picked from commit 25fa3ecb98f2c038a422b19c53641fa8e3ef8e52)

Co-authored-by: Michael Haas <micha2718l at gmail.com>

files:
M Lib/wave.py

diff --git a/Lib/wave.py b/Lib/wave.py
index f155879a9a76a..823f091deaaad 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



More information about the Python-checkins mailing list