Fixed a typo.

This commit is contained in:
Facundo Batista 2009-03-04 21:18:17 +00:00
parent 9ff3042650
commit eeafb96b08
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The module defines the following exception and functions:
.. 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
of data required by the format (``len(buffer[offset:])`` must be at least
``calcsize(fmt)``).