From: George Yoshida Date: Sun, 30 Jul 2006 16:41:30 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5b3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=499b0e638bf0ede8239fe57ed0b2eb76bc04fa49;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Lib/struct.py b/Lib/struct.py index 9113e71a3d39..07c21bf9bc3f 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. """