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
1 changed files with 1 additions and 1 deletions

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 *