]> granicus.if.org Git - python/commitdiff
Fixed a typo.
authorFacundo Batista <facundobatista@gmail.com>
Wed, 4 Mar 2009 21:18:17 +0000 (21:18 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 4 Mar 2009 21:18:17 +0000 (21:18 +0000)
Doc/library/struct.rst

index 63bf9b178e2cf559d3d058840a302796ef3315ad..d29bd7bb77f4d85b3df8f3fbea02e71b45dc9234 100644 (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)``).