Issue #27036: Fixed formatting references to "bytes-like object" in plural.

This commit is contained in:
Serhiy Storchaka 2016-05-18 13:54:54 +03:00
parent e23c90c344
commit e5ea1abf91
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
The :mod:`audioop` module contains some useful operations on sound fragments.
It operates on sound fragments consisting of signed integer samples 8, 16, 24
or 32 bits wide, stored in :term:`bytes-like object`\ s. All scalar items are
or 32 bits wide, stored in :term:`bytes-like objects <bytes-like object>`. All scalar items are
integers, unless specified otherwise.
.. versionchanged:: 3.4