Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
eeafb96b
Commit
eeafb96b
authored
Mar 04, 2009
by
Facundo Batista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo.
parent
9ff30426
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/library/struct.rst
Doc/library/struct.rst
+1
-1
No files found.
Doc/library/struct.rst
View file @
eeafb96b
...
@@ -50,7 +50,7 @@ The module defines the following exception and functions:
...
@@ -50,7 +50,7 @@ The module defines the following exception and functions:
.. function:: unpack_from(fmt, buffer[,offset=0])
.. function:: unpack_from(fmt, buffer[,offset=0])
Unpack the *buffer* according to t
t
he given format. The result is a tuple even
Unpack the *buffer* according to the given format. The result is a tuple even
if it contains exactly one item. The *buffer* must contain at least the amount
if it contains exactly one item. The *buffer* must contain at least the amount
of data required by the format (``len(buffer[offset:])`` must be at least
of data required by the format (``len(buffer[offset:])`` must be at least
``calcsize(fmt)``).
``calcsize(fmt)``).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment