PEP 594: Fix link & a capitalized word (#2310)
This commit is contained in:
parent
37a8edec2f
commit
55bd3c2bc1
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue