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.
  */
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to