File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2305,7 +2305,7 @@ data and are closely related to string objects in a variety of other ways.
2305
2305
While bytes literals and representations are based on ASCII text, bytes
2306
2306
objects actually behave like immutable sequences of integers, with each
2307
2307
value in the sequence restricted such that ``0 <= x < 256 `` (attempts to
2308
- violate this restriction will trigger :exc: `ValueError `. This is done
2308
+ violate this restriction will trigger :exc: `ValueError `) . This is done
2309
2309
deliberately to emphasise that while many binary formats include ASCII based
2310
2310
elements and can be usefully manipulated with some text-oriented algorithms,
2311
2311
this is not generally the case for arbitrary binary data (blindly applying
You can’t perform that action at this time.
0 commit comments