Skip to content

Commit bbb36c0

Browse files
authored
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
1 parent 3961210 commit bbb36c0

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)