Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1978470

Browse files
committed
Fix typo in comment
1 parent b908126 commit 1978470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/bytesobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern "C" {
1414
* Bytes are not characters; they may be used to encode characters.
1515
* The only way to go between bytes and str/unicode is via encoding
1616
* and decoding.
17-
* For the concenience of C programmers, the bytes type is considered
17+
* For the convenience of C programmers, the bytes type is considered
1818
* to contain a char pointer, not an unsigned char pointer.
1919
*/
2020

0 commit comments

Comments
 (0)