From bbb36c0934b7644a9f8b67d3cae78aa6240e005a Mon Sep 17 00:00:00 2001 From: utkonos Date: Fri, 13 Sep 2024 11:26:16 -0400 Subject: [PATCH] Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379) --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index c2f928e16aa..59810183d04 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 *