mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Typo fix
This commit is contained in:
parent
c7605270b4
commit
499b0e638b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue