commit | 499b0e638bf0ede8239fe57ed0b2eb76bc04fa49 | [log] [tgz] |
---|---|---|
author | George Yoshida <dynkin@gmail.com> | Sun Jul 30 16:41:30 2006 +0000 |
committer | George Yoshida <dynkin@gmail.com> | Sun Jul 30 16:41:30 2006 +0000 |
tree | ee19259e3a018ea7b1708c02df0d119a71713f70 | |
parent | c7605270b422ae72e135263604d5136406169ec4 [diff] [blame] |
Typo fix
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_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. """