summaryrefslogtreecommitdiffstats
path: root/Doc/library/tomllib.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-02-11 12:22:36 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-02-11 12:23:15 (GMT)
commit15b216f30d0445469ec31bc7509fcc55a216ef7c (patch)
tree825b400cbee9e9be98ad6a58d9d639f394ae552b /Doc/library/tomllib.rst
parent936d60dbe1679f05d7ceb0a6d1f65bc741390ac6 (diff)
downloadcpython-3.15.0a6.zip
cpython-3.15.0a6.tar.gz
cpython-3.15.0a6.tar.bz2
Python 3.15.0a6v3.15.0a6
Diffstat (limited to 'Doc/library/tomllib.rst')
-rw-r--r--Doc/library/tomllib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tomllib.rst b/Doc/library/tomllib.rst
index d376779..dc6e0cc 100644
--- a/Doc/library/tomllib.rst
+++ b/Doc/library/tomllib.rst
@@ -18,7 +18,7 @@ support writing TOML.
.. versionadded:: 3.11
The module was added with support for TOML 1.0.0.
-.. versionchanged:: next
+.. versionchanged:: 3.15
Added TOML 1.1.0 support.
See the :ref:`What's New <whatsnew315-tomllib-1-1-0>` for details.