]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105096: Reformat wave documentation (#105136) (#105138)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 12:04:21 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 12:04:21 +0000 (12:04 +0000)
commit01b42f9559b614d729c3f055d09269db13d2433c
tree38b478940ad5e4ef35a8485244e8a9d08c8e560f
parentc687946f6815a17bc5ceacaf3bbceba5b41e73fd
[3.12] gh-105096: Reformat wave documentation (#105136) (#105138)

gh-105096: Reformat wave documentation (#105136)

Add ".. class::" markups in the wave documentation.

* Reformat also wave.py (minor PEP 8 changes).
* Remove redundant "import struct": it's already imported at top
  level.
* Remove wave.rst from .nitignore

(cherry picked from commit 85e5d03163cac106ac8ec142ef03f1349a48948b)
Doc/library/wave.rst
Doc/tools/.nitignore
Lib/wave.py