We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 994ce1a + f532035 commit ddd74b1Copy full SHA for ddd74b1
1 file changed
Doc/reference/datamodel.rst
@@ -312,7 +312,7 @@ Sequences
312
313
A bytes object is an immutable array. The items are 8-bit bytes,
314
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
+ (like ``b'abc'``) and the built-in function :func:`bytes` can be used to
316
construct bytes objects. Also, bytes objects can be decoded to strings
317
via the :meth:`decode` method.
318
0 commit comments