Skip to content

Commit bcb1ee3

Browse files
committed
Fix trailing whitespace in docs
1 parent f004fdb commit bcb1ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3605,7 +3605,7 @@ arbitrary binary data.
36053605

36063606
.. method:: bytes.count(sub, start=0, end=sys.maxsize, /)
36073607
bytearray.count(sub, start=0, end=sys.maxsize, /)
3608-
3608+
36093609

36103610
Return the number of non-overlapping occurrences of subsequence *sub* in
36113611
the range [*start*, *end*]. Optional arguments *start* and *end* are

0 commit comments

Comments
 (0)