From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:53:07 +0000 (+0200) Subject: [3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (... X-Git-Tag: v3.13.0rc3~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d482ff296252e2a98dfde6689291d8ec1c5e7e3;p=thirdparty%2FPython%2Fcpython.git [3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124056) Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (cherry picked from commit bbb36c0934b7644a9f8b67d3cae78aa6240e005a) Co-authored-by: utkonos --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 94c3071d044c..12b44569271e 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 *