]> granicus.if.org Git - python/commitdiff
Fix a mistake.
authorThomas Heller <theller@ctypes.org>
Wed, 2 Aug 2006 12:00:13 +0000 (12:00 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 2 Aug 2006 12:00:13 +0000 (12:00 +0000)
Doc/lib/libctypes.tex

index 45773585ceacfb96fadaa55c972b79d9a7274ae8..6206b8c1707eaed8ea5d91f651d9432c207422db 100755 (executable)
@@ -151,9 +151,9 @@ be used as the NULL pointer):
 
 \code{ctypes} tries to protect you from calling functions with the wrong
 number of arguments or the wrong calling convention.  Unfortunately
-this only works on Windows, for \code{stdcall} functions.  It does this
-by examining the stack after the function returns, so although an
-error is raised the function \emph{has} been called:
+this only works on Windows.  It does this by examining the stack after
+the function returns, so although an error is raised the function
+\emph{has} been called:
 \begin{verbatim}
 >>> windll.kernel32.GetModuleHandleA() # doctest: +WINDOWS
 Traceback (most recent call last):