[Python-checkins] r74554 - python/trunk/Doc/library/ctypes.rst

georg.brandl python-checkins at python.org
Thu Aug 27 20:59:07 CEST 2009


Author: georg.brandl
Date: Thu Aug 27 20:59:02 2009
New Revision: 74554

Log:
Typo fix.

Modified:
   python/trunk/Doc/library/ctypes.rst

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Thu Aug 27 20:59:02 2009
@@ -1601,7 +1601,7 @@
    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.
 


More information about the Python-checkins mailing list