[Python-checkins] r50986 - python/trunk/Lib/struct.py

george.yoshida python-checkins at python.org
Sun Jul 30 18:41:30 CEST 2006


Author: george.yoshida
Date: Sun Jul 30 18:41:30 2006
New Revision: 50986

Modified:
   python/trunk/Lib/struct.py
Log:
Typo fix


Modified: python/trunk/Lib/struct.py
==============================================================================
--- python/trunk/Lib/struct.py	(original)
+++ python/trunk/Lib/struct.py	Sun Jul 30 18:41:30 2006
@@ -64,7 +64,7 @@
 
 def pack_into(fmt, buf, offset, *args):
     """
-    Pack the values v2, v2, ... according to fmt, write
+    Pack the values v1, v2, ... according to fmt, write
     the packed bytes into the writable buffer buf starting at offset.
     See struct.__doc__ for more on format strings.
     """


More information about the Python-checkins mailing list