]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
authorutkonos <utkonos@users.noreply.github.com>
Fri, 13 Sep 2024 15:26:16 +0000 (11:26 -0400)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 15:26:16 +0000 (18:26 +0300)
Doc/library/ctypes.rst

index c2f928e16aa90ce7dcee76ebe89deb850227dbfe..59810183d04c8e46b91199643d34ba9b251ad6fe 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 *