Skip to content

Commit 0119eaf

Browse files
committed
Fix typo in comment
1 parent 109f3da commit 0119eaf

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)