There was an error while loading. Please reload this page.
1 parent 109f3da commit 0119eafCopy full SHA for 0119eaf
1 file changed
Include/bytesobject.h
@@ -14,7 +14,7 @@ extern "C" {
14
* Bytes are not characters; they may be used to encode characters.
15
* The only way to go between bytes and str/unicode is via encoding
16
* and decoding.
17
- * For the concenience of C programmers, the bytes type is considered
+ * For the convenience of C programmers, the bytes type is considered
18
* to contain a char pointer, not an unsigned char pointer.
19
*/
20
0 commit comments