[Python-3000-checkins] r57457 - python/branches/py3k/Include/bytesobject.h

neal.norwitz python-3000-checkins at python.org
Sat Aug 25 07:22:02 CEST 2007


Author: neal.norwitz
Date: Sat Aug 25 07:22:02 2007
New Revision: 57457

Modified:
   python/branches/py3k/Include/bytesobject.h
Log:
Fix typo in comment

Modified: python/branches/py3k/Include/bytesobject.h
==============================================================================
--- python/branches/py3k/Include/bytesobject.h	(original)
+++ python/branches/py3k/Include/bytesobject.h	Sat Aug 25 07:22:02 2007
@@ -14,7 +14,7 @@
  * 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.
  */
 


More information about the Python-3000-checkins mailing list