bpo-35393: Fix typo#10876
bpo-35393: Fix typo#10876AutomCoding wants to merge 1 commit intopython:masterfrom AutomCoding:patch-1
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Our records indicate we have not received your CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. If you have recently signed the CLA, please wait at least one business day You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
| company or another and managed to catch on. | ||
|
|
||
| 255 characters aren't very many. For example, you can't fit both the accented | ||
| 256 characters aren't very many. For example, you can't fit both the accented |
There was a problem hiding this comment.
I can't leave a comment on line 44, but I think we might want to also change it to say:
hold 256 unique values ranging from 0 to 255. ASCII codes only went up to 127, so some
I'm concerned that a beginner will see 256 for the first time and wonder where it comes from.
There was a problem hiding this comment.
I agree, but suggest adding 'one of' to get 'bytes could hold one of 256 unique values ...'.
There was a problem hiding this comment.
Agreed that that's an improvement.
|
This doc page was rewritten as part of bpo-20906, so I am closing this issue as out of date. |
There are 256 characters in the range 0–255.
https://bugs.python.org/issue35393