We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34e4e9 commit c8b18d3Copy full SHA for c8b18d3
1 file changed
Doc/library/stdtypes.rst
@@ -2315,7 +2315,7 @@ data and are closely related to string objects in a variety of other ways.
2315
While bytes literals and representations are based on ASCII text, bytes
2316
objects actually behave like immutable sequences of integers, with each
2317
value in the sequence restricted such that ``0 <= x < 256`` (attempts to
2318
- violate this restriction will trigger :exc:`ValueError`. This is done
+ violate this restriction will trigger :exc:`ValueError`). This is done
2319
deliberately to emphasise that while many binary formats include ASCII based
2320
elements and can be usefully manipulated with some text-oriented algorithms,
2321
this is not generally the case for arbitrary binary data (blindly applying
0 commit comments