mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Close open bracket, thanks to Josh Helzer from docs@
This commit is contained in:
parent
d0fe3e5abb
commit
f532035551
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ Sequences
|
|||
|
||||
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 function :func:`bytes` can be used to
|
||||
(like ``b'abc'``) and the built-in function :func:`bytes` can be used to
|
||||
construct bytes objects. Also, bytes objects can be decoded to strings
|
||||
via the :meth:`decode` method.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue