Skip to content

Commit 6d482ff

Browse files
[3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124056)
Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (cherry picked from commit bbb36c0) Co-authored-by: utkonos <[email protected]>
1 parent 112b170 commit 6d482ff

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)