PEP 594: Fix link & a capitalized word (#2310)

This commit is contained in:
Petr Viktorin 2022-02-07 20:30:56 +01:00 committed by GitHub
parent 37a8edec2f
commit 55bd3c2bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ other ancient formats.
sunau
~~~~~
The `sunau <https://docs.python.org/3/library/sunhdr.html>`_ module provides
The `sunau <https://docs.python.org/3/library/sunau.html>`_ module provides
support for Sun AU sound format. It's yet another old, obsolete file format.
@ -568,7 +568,7 @@ wave
The `wave <https://docs.python.org/3/library/wave.html>`_ module provides
support for the WAV sound format.
The module is not deprecated, because The WAV format is still relevant these
The module is not deprecated, because the WAV format is still relevant these
days. The ``wave`` module is also used in education, e.g. to show kids how
to make noise with a computer.