]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2024 15:33:31 +0000 (17:33 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 15:33:31 +0000 (15:33 +0000)
Co-authored-by: utkonos <utkonos@users.noreply.github.com>
Doc/library/ctypes.rst

index 130f9b9cab4eaaafbfa04b773746a986f0d4bbef..64b2cb2703b114d83c7c64e624b16c2f05c0e2cb 100644 (file)
@@ -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 *