mirror of https://github.com/python/cpython
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
This commit is contained in:
parent
39612103dd
commit
bbb36c0934
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue