]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 17:53:07 +0000 (19:53 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 17:53:07 +0000 (10:53 -0700)
Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379)
(cherry picked from commit bbb36c0934b7644a9f8b67d3cae78aa6240e005a)

Co-authored-by: utkonos <utkonos@users.noreply.github.com>
Doc/library/ctypes.rst

index 94c3071d044c68f950827454a5cd73447956fcb1..12b44569271efcf2d45b35423a124e8ad186d0d2 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 *