diff options
author | utkonos <utkonos@users.noreply.github.com> | 2024-09-13 15:26:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 15:26:16 (GMT) |
commit | bbb36c0934b7644a9f8b67d3cae78aa6240e005a (patch) | |
tree | a77a0c2f030007033a6f34a6731b5f7d80d93896 | |
parent | 39612103dd9894abf8c2ebbe2fc183d65f1b51b1 (diff) | |
download | cpython-bbb36c0934b7644a9f8b67d3cae78aa6240e005a.zip cpython-bbb36c0934b7644a9f8b67d3cae78aa6240e005a.tar.gz cpython-bbb36c0934b7644a9f8b67d3cae78aa6240e005a.tar.bz2 |
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
-rw-r--r-- | Doc/library/ctypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index c2f928e..5981018 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 * |