@@ -605,15 +605,15 @@ Using ``ABC`` as a base class has essentially the same effect as specifying
605605aifc
606606----
607607
608- The :meth: `~!aifc.aifc. getparams ` method now returns a namedtuple rather than a
608+ The :meth: `! getparams ` method now returns a namedtuple rather than a
609609plain tuple. (Contributed by Claudiu Popa in :issue: `17818 `.)
610610
611611:func: `!aifc.open ` now supports the context management protocol: when used in a
612- :keyword: `with ` block, the :meth: `~!aifc.aifc. close ` method of the returned
612+ :keyword: `with ` block, the :meth: `! close ` method of the returned
613613object will be called automatically at the end of the block. (Contributed by
614614Serhiy Storchacha in :issue: `16486 `.)
615615
616- The :meth: `~!aifc.aifc. writeframesraw ` and :meth: `~!aifc.aifc. writeframes `
616+ The :meth: `! writeframesraw ` and :meth: `! writeframes `
617617methods now accept any :term: `bytes-like object `. (Contributed by Serhiy
618618Storchaka in :issue: `8311 `.)
619619
@@ -632,7 +632,7 @@ audioop
632632:mod: `!audioop ` now supports 24-bit samples. (Contributed by Serhiy Storchaka
633633in :issue: `12866 `.)
634634
635- New :func: `~!audioop. byteswap ` function converts big-endian samples to
635+ New :func: `! byteswap ` function converts big-endian samples to
636636little-endian and vice versa. (Contributed by Serhiy Storchaka in
637637:issue: `19641 `.)
638638
@@ -1528,7 +1528,7 @@ work on Windows. This change was actually inadvertently made in 3.3.4.
15281528sunau
15291529-----
15301530
1531- The :meth: `~!sunau. getparams ` method now returns a namedtuple rather than a
1531+ The :meth: `! getparams ` method now returns a namedtuple rather than a
15321532plain tuple. (Contributed by Claudiu Popa in :issue: `18901 `.)
15331533
15341534:meth: `!sunau.open ` now supports the context management protocol: when used in a
@@ -1540,8 +1540,8 @@ in :issue:`18878`.)
15401540support for writing 24 sample using the module. (Contributed by
15411541Serhiy Storchaka in :issue: `19261 `.)
15421542
1543- The :meth: `~!sunau.AU_write. writeframesraw ` and
1544- :meth: `~!sunau.AU_write. writeframes ` methods now accept any :term: `bytes-like
1543+ The :meth: `! writeframesraw ` and
1544+ :meth: `! writeframes ` methods now accept any :term: `bytes-like
15451545object `. (Contributed by Serhiy Storchaka in :issue: `8311 `.)
15461546
15471547
0 commit comments