]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 16:40:25 +0000 (18:40 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 16:40:25 +0000 (16:40 +0000)
commit5de6ca59fbadb3bd7c663d6b4bc6e59f6c061dd5
tree865bf07b3422b3ebb58d64c72400b51960e2e207
parent67a8469237ebeee33733a5554ebfb4233e9752b8
[3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)

[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)
(cherry picked from commit 01b42f9559b614d729c3f055d09269db13d2433c)
Doc/library/wave.rst
Lib/wave.py