From fe474d3fb5dab0f4ac30a8c02fc2c05ffdd28ca1 Mon Sep 17 00:00:00 2001 From: utkonos Date: Thu, 4 Jul 2024 16:51:23 -0400 Subject: [PATCH] Normalize formatting as found elsewhere on the same page --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index e3d74d7dc0d91c..ec52cc45afec71 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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 *