From c6ae90a63cb8b7bf3234d076f2d2e7ff4e26a085 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:28:36 +0200 Subject: [PATCH] [3.12] gh-123905: Update TOML description to include version number (GH-123906) (#123907) --- Doc/library/tomllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3