]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in wave module docstring (GH-17009)
authorMichael Haas <micha2718l@gmail.com>
Tue, 5 Nov 2019 04:32:10 +0000 (22:32 -0600)
committerZachary Ware <zach@python.org>
Tue, 5 Nov 2019 04:32:10 +0000 (22:32 -0600)
s/pathing/patching/

Lib/wave.py

index 100420db9e162017b3fd3aca8c74ca09d9dabd37..b7071198e6b8413cea89839a221f613779506714 100644 (file)
@@ -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