Skip to content

Commit

Permalink
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
Browse files Browse the repository at this point in the history
  • Loading branch information
utkonos authored Sep 13, 2024
1 parent 3961210 commit bbb36c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit bbb36c0

Please sign in to comment.