summaryrefslogtreecommitdiffstats
path: root/Include/bytesobject.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-25 05:22:02 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-25 05:22:02 (GMT)
commit1978470c3b5bd5729bd90b21e0700a6a60f08622 (patch)
tree9b585cca7f64e1945074d58cdcd663579b8529f7 /Include/bytesobject.h
parentb908126c3a3af0da57c66c9f3f134fffe8eb884e (diff)
downloadcpython-1978470c3b5bd5729bd90b21e0700a6a60f08622.zip
cpython-1978470c3b5bd5729bd90b21e0700a6a60f08622.tar.gz
cpython-1978470c3b5bd5729bd90b21e0700a6a60f08622.tar.bz2
Fix typo in comment
Diffstat (limited to 'Include/bytesobject.h')
-rw-r--r--Include/bytesobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/bytesobject.h b/Include/bytesobject.h
index 729af39..4d9c53f 100644
--- a/Include/bytesobject.h
+++ b/Include/bytesobject.h
@@ -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.
*/