https://github.com/python/cpython/commit/bbb36c0934b7644a9f8b67d3cae78aa6240e005a
commit: bbb36c0934b7644a9f8b67d3cae78aa6240e005a
branch: main
author: utkonos <[email protected]>
committer: hugovk <[email protected]>
date: 2024-09-13T18:26:16+03:00
summary:
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
files:
M Doc/library/ctypes.rst
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index c2f928e16aa90c..59810183d04c8e 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 *
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]