From: Georg Brandl Date: Thu, 27 Aug 2009 18:59:02 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.7a1~619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=185bd225645caf25eb934c1cbb94a93a107c51d3;p=python Typo fix. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 10e61de143..5c8fc53048 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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.