From: utkonos Date: Fri, 13 Sep 2024 15:26:16 +0000 (-0400) Subject: Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379) X-Git-Tag: v3.14.0a1~484 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbb36c0934b7644a9f8b67d3cae78aa6240e005a;p=thirdparty%2FPython%2Fcpython.git Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379) --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index c2f928e16aa9..59810183d04c 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -51,7 +51,7 @@ function call fails. Here are some examples for Windows. Note that ``msvcrt`` is the MS standard C -library containing most standard C functions, and uses the cdecl calling +library containing most standard C functions, and uses the ``cdecl`` calling convention:: >>> from ctypes import *