]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Thu, 27 Aug 2009 18:59:02 +0000 (18:59 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 27 Aug 2009 18:59:02 +0000 (18:59 +0000)
Doc/library/ctypes.rst

index 10e61de14343d45582c73672e7ad65fe8b9b4b2a..5c8fc53048d975d98f484e54e60ec853db1fbb6a 100644 (file)
@@ -1601,7 +1601,7 @@ type and the argument types of the function.
    The returned function prototype creates functions that use the standard C
    calling convention.  The function will release the GIL during the call.  If
    *use_errno* is set to True, the ctypes private copy of the system
-   :data:`errno` variable is exchanged with the real :data:`errno` value bafore
+   :data:`errno` variable is exchanged with the real :data:`errno` value before
    and after the call; *use_last_error* does the same for the Windows error
    code.