Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddd74b1

Browse files
committed
Merge: Close open bracket, thanks to Josh Helzer from docs@
2 parents 994ce1a + f532035 commit ddd74b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Sequences
312312

313313
A bytes object is an immutable array. The items are 8-bit bytes,
314314
represented by integers in the range 0 <= x < 256. Bytes literals
315-
(like ``b'abc'`` and the built-in function :func:`bytes` can be used to
315+
(like ``b'abc'``) and the built-in function :func:`bytes` can be used to
316316
construct bytes objects. Also, bytes objects can be decoded to strings
317317
via the :meth:`decode` method.
318318

0 commit comments

Comments
 (0)