File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2885,8 +2885,7 @@ PyDoc_STRVAR(bytearray_doc,
28852885"bytearray(iterable_of_ints) -> bytearray\n\
28862886bytearray(string, encoding[, errors]) -> bytearray\n\
28872887bytearray(bytes_or_buffer) -> mutable copy of bytes_or_buffer\n\
2888- bytearray(int) -> bytes array of size given by the parameter initialized\n\
2889- with null bytes\n\
2888+ bytearray(int) -> bytes array of size given by the parameter initialized with null bytes\n\
28902889bytearray() -> empty bytes array\n\
28912890\n\
28922891Construct a mutable bytearray object from:\n\
Original file line number Diff line number Diff line change @@ -3202,8 +3202,7 @@ PyDoc_STRVAR(bytes_doc,
32023202"bytes(iterable_of_ints) -> bytes\n\
32033203bytes(string, encoding[, errors]) -> bytes\n\
32043204bytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer\n\
3205- bytes(int) -> bytes object of size given by the parameter initialized\n\
3206- with null bytes\n\
3205+ bytes(int) -> bytes object of size given by the parameter initialized with null bytes\n\
32073206bytes() -> empty bytes object\n\
32083207\n\
32093208Construct an immutable array of bytes from:\n\
You can’t perform that action at this time.
0 commit comments