]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a typo in wave module docstring (GH-17009)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Nov 2019 05:09:48 +0000 (21:09 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2019 05:09:48 +0000 (21:09 -0800)
commite8bad630349521eb117d486ead2f8602dd172fcb
tree354d3ea0ea621a02403968b1473de5a61ceeff63
parentf90e0d2371bc2bcab7bf5307cfd73571eb06b375
Fix a typo in wave module docstring (GH-17009)

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

Co-authored-by: Michael Haas <micha2718l@gmail.com>
Lib/wave.py