https://github.com/python/cpython/commit/c5e11bec91c9980e6a718b5281362fb33e7999bf commit: c5e11bec91c9980e6a718b5281362fb33e7999bf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-09-13T15:33:31Z summary:
[3.12] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124057) Co-authored-by: utkonos <[email protected]> files: M Doc/library/ctypes.rst diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 130f9b9cab4eaa..64b2cb2703b114 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]
