]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105096: Reformat wave documentation (#105136)
authorVictor Stinner <vstinner@python.org>
Wed, 31 May 2023 11:29:10 +0000 (13:29 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 11:29:10 +0000 (11:29 +0000)
commit85e5d03163cac106ac8ec142ef03f1349a48948b
treea4777db84802678b1ede6a78b0b032998e7d27ce
parent579c41c10224a004c3e89ed9088771325c1c1a98
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
Doc/library/wave.rst
Doc/tools/.nitignore
Lib/wave.py