From 499b0e638bf0ede8239fe57ed0b2eb76bc04fa49 Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Sun, 30 Jul 2006 16:41:30 +0000 Subject: Typo fix --- Lib/struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/struct.py b/Lib/struct.py index 9113e71..07c21bf 100644 --- a/Lib/struct.py +++ b/Lib/struct.py @@ -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. """ -- cgit v0.12