Skip to content

Commit 708d88c

Browse files
committed
merge with 3.2
2 parents 7fb79fc + 3918b1e commit 708d88c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,8 @@ string literals. In addition to the functionality described here, there are
823823
also string-specific methods described in the :ref:`string-methods` section.
824824

825825
Bytes and bytearray objects contain single bytes -- the former is immutable
826-
while the latter is a mutable sequence. Bytes objects can be constructed the
826+
while the latter is a mutable sequence.
827+
Bytes objects can be constructed by using the
827828
constructor, :func:`bytes`, and from literals; use a ``b`` prefix with normal
828829
string syntax: ``b'xyzzy'``. To construct byte arrays, use the
829830
:func:`bytearray` function.

0 commit comments

Comments
 (0)