From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:28:36 +0000 (+0200) Subject: [3.12] gh-123905: Update TOML description to include version number (GH-123906) ... X-Git-Tag: v3.12.7~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6ae90a63cb8b7bf3234d076f2d2e7ff4e26a085;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-123905: Update TOML description to include version number (GH-123906) (#123907) --- diff --git a/Doc/library/tomllib.rst b/Doc/library/tomllib.rst index b523ad93b35f..521a7a17fb3e 100644 --- a/Doc/library/tomllib.rst +++ b/Doc/library/tomllib.rst @@ -13,7 +13,7 @@ -------------- -This module provides an interface for parsing TOML (Tom's Obvious Minimal +This module provides an interface for parsing TOML 1.0.0 (Tom's Obvious Minimal Language, `https://toml.io `_). This module does not support writing TOML.