summaryrefslogtreecommitdiffstats
path: root/Doc/library/ctypes.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-10-15 19:29:35 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-10-15 19:34:54 (GMT)
commit8cdaca8b25e3354530d66cbccc622e0e914e8e8a (patch)
tree569f57edf7b734105549a331020eb14f73347240 /Doc/library/ctypes.rst
parent3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff)
downloadcpython-3.14.0a1.zip
cpython-3.14.0a1.tar.gz
cpython-3.14.0a1.tar.bz2
Python 3.14.0a1v3.14.0a1
Diffstat (limited to 'Doc/library/ctypes.rst')
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index d76b8d4..d49959b 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -2303,7 +2303,7 @@ These are the fundamental ctypes data types:
Represents the C :c:expr:`double complex` datatype, if available. The
constructor accepts an optional :class:`complex` initializer.
- .. versionadded:: next
+ .. versionadded:: 3.14
.. class:: c_float_complex