@@ -3445,8 +3445,7 @@ produce new objects.
3445
3445
3446
3446
Return a copy of the sequence with specified leading bytes removed. The
3447
3447
*bytes * argument is a binary sequence specifying the set of byte values to
3448
- be removed - the name refers to the fact this method is usually used with
3449
- ASCII characters. If omitted or ``None ``, the *bytes * argument defaults
3448
+ be removed. If omitted or ``None ``, the *bytes * argument defaults
3450
3449
to removing ASCII whitespace. The *bytes * argument is not a prefix;
3451
3450
rather, all combinations of its values are stripped::
3452
3451
@@ -3501,8 +3500,7 @@ produce new objects.
3501
3500
3502
3501
Return a copy of the sequence with specified trailing bytes removed. The
3503
3502
*bytes * argument is a binary sequence specifying the set of byte values to
3504
- be removed - the name refers to the fact this method is usually used with
3505
- ASCII characters. If omitted or ``None ``, the *bytes * argument defaults to
3503
+ be removed. If omitted or ``None ``, the *bytes * argument defaults to
3506
3504
removing ASCII whitespace. The *bytes * argument is not a suffix; rather,
3507
3505
all combinations of its values are stripped::
3508
3506
@@ -3578,8 +3576,7 @@ produce new objects.
3578
3576
3579
3577
Return a copy of the sequence with specified leading and trailing bytes
3580
3578
removed. The *bytes * argument is a binary sequence specifying the set of
3581
- byte values to be removed - the name refers to the fact this method is
3582
- usually used with ASCII characters. If omitted or ``None ``, the *bytes *
3579
+ byte values to be removed. If omitted or ``None ``, the *bytes *
3583
3580
argument defaults to removing ASCII whitespace. The *bytes * argument is
3584
3581
not a prefix or suffix; rather, all combinations of its values are
3585
3582
stripped::
0 commit comments