Commit d4fc2553 authored by Andrew Svetlov's avatar Andrew Svetlov

Close open bracket, thanks to Josh Helzer from docs@

parent 2ef98afa
...@@ -305,7 +305,7 @@ Sequences ...@@ -305,7 +305,7 @@ Sequences
A bytes object is an immutable array. The items are 8-bit 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 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 construct bytes objects. Also, bytes objects can be decoded to strings
via the :meth:`decode` method. via the :meth:`decode` method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment