https://github.com/python/cpython/commit/6d482ff296252e2a98dfde6689291d8ec1c5e7e3 commit: 6d482ff296252e2a98dfde6689291d8ec1c5e7e3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s <[email protected]> date: 2024-09-23T10:53:07-07:00 summary:
[3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (#124056) Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379) (cherry picked from commit bbb36c0934b7644a9f8b67d3cae78aa6240e005a) 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 94c3071d044c68..12b44569271efc 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]
