Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)

This commit is contained in:
utkonos 2024-09-13 11:26:16 -04:00 committed by GitHub
parent 39612103dd
commit bbb36c0934
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 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:: convention::
>>> from ctypes import * >>> from ctypes import *