Skip to content

Commit 73bab38

Browse files
andresdelfinomiss-islington
authored andcommitted
Add missing closing parentheses (pythonGH-8144)
(cherry picked from commit 03dd0e7) Co-authored-by: Andrés Delfino <[email protected]>
1 parent c34e4e9 commit 73bab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ data and are closely related to string objects in a variety of other ways.
23152315
While bytes literals and representations are based on ASCII text, bytes
23162316
objects actually behave like immutable sequences of integers, with each
23172317
value in the sequence restricted such that ``0 <= x < 256`` (attempts to
2318-
violate this restriction will trigger :exc:`ValueError`. This is done
2318+
violate this restriction will trigger :exc:`ValueError`). This is done
23192319
deliberately to emphasise that while many binary formats include ASCII based
23202320
elements and can be usefully manipulated with some text-oriented algorithms,
23212321
this is not generally the case for arbitrary binary data (blindly applying

0 commit comments

Comments
 (0)