mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in comment
This commit is contained in:
parent
b908126c3a
commit
1978470c3b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ extern "C" {
|
|||
* Bytes are not characters; they may be used to encode characters.
|
||||
* The only way to go between bytes and str/unicode is via encoding
|
||||
* and decoding.
|
||||
* For the concenience of C programmers, the bytes type is considered
|
||||
* For the convenience of C programmers, the bytes type is considered
|
||||
* to contain a char pointer, not an unsigned char pointer.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue