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

Zachary Ware webhook-mailer at python.org
Mon Nov 4 23:32:14 EST 2019


https://github.com/python/cpython/commit/25fa3ecb98f2c038a422b19c53641fa8e3ef8e52
commit: 25fa3ecb98f2c038a422b19c53641fa8e3ef8e52
branch: master
author: Michael Haas <micha2718l at gmail.com>
committer: Zachary Ware <zach at python.org>
date: 2019-11-04T22:32:10-06:00
summary:

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

s/pathing/patching/

files:
M Lib/wave.py

diff --git a/Lib/wave.py b/Lib/wave.py
index 100420db9e162..b7071198e6b84 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