[3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124057)

Co-authored-by: utkonos <utkonos@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-09-13 17:33:31 +02:00 committed by GitHub
parent b6f4607351
commit c5e11bec91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 *