Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b908126 commit 1978470Copy full SHA for 1978470
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