mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[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:
parent
b6f4607351
commit
c5e11bec91
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue