mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-123492: Remove unnecessary :func: parentheses (#123493)
This commit is contained in:
parent
8aaf7525ab
commit
103a0470e3
78 changed files with 154 additions and 154 deletions
|
|
@ -380,7 +380,7 @@ Bytes
|
|||
|
||||
A bytes object is an immutable array. The items are 8-bit bytes,
|
||||
represented by integers in the range 0 <= x < 256. Bytes literals
|
||||
(like ``b'abc'``) and the built-in :func:`bytes()` constructor
|
||||
(like ``b'abc'``) and the built-in :func:`bytes` constructor
|
||||
can be used to create bytes objects. Also, bytes objects can be
|
||||
decoded to strings via the :meth:`~bytes.decode` method.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue