From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:33:31 +0000 (+0200) Subject: [3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (... X-Git-Tag: v3.12.7~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5e11bec91c9980e6a718b5281362fb33e7999bf;p=thirdparty%2FPython%2Fcpython.git [3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124057) Co-authored-by: utkonos --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 130f9b9cab4e..64b2cb2703b1 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 *