]> granicus.if.org Git - python/commitdiff
Typo fix
authorGeorge Yoshida <dynkin@gmail.com>
Sun, 30 Jul 2006 16:41:30 +0000 (16:41 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sun, 30 Jul 2006 16:41:30 +0000 (16:41 +0000)
Lib/struct.py

index 9113e71a3d39887c2dbc8e1704f3eb533431c174..07c21bf9bc3f019f077aff04f7f017ef4cb48bca 100644 (file)
@@ -64,7 +64,7 @@ def pack(fmt, *args):
 
 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.
     """