Skip to content

Commit c5e11be

Browse files
[3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124057)
Co-authored-by: utkonos <utkonos@users.noreply.github.com>
1 parent b6f4607 commit c5e11be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function call fails.
5151

5252

5353
Here are some examples for Windows. Note that ``msvcrt`` is the MS standard C
54-
library containing most standard C functions, and uses the cdecl calling
54+
library containing most standard C functions, and uses the ``cdecl`` calling
5555
convention::
5656

5757
>>> from ctypes import *

0 commit comments

Comments
 (0)