Commit eeafb96b authored by Facundo Batista's avatar Facundo Batista

Fixed a typo.

parent 9ff30426
...@@ -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 tthe 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)``).
......
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