Commit a5535100 authored by George Yoshida's avatar George Yoshida

Typo fix

parent 9ed417d1
...@@ -64,7 +64,7 @@ def pack(fmt, *args): ...@@ -64,7 +64,7 @@ def pack(fmt, *args):
def pack_into(fmt, buf, offset, *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. the packed bytes into the writable buffer buf starting at offset.
See struct.__doc__ for more on format strings. See struct.__doc__ for more on format strings.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment