Skip to content

Commit 1b29f41

Browse files
pythongh-123905: Update TOML description to include version number (pythonGH-123906)
Update TOML description to include version number There is some movement, currently blocked, that would update the TOML spec to 1.1.0; this would include breaking changes to what characters are allowed. Thus, it is worthwhile for the library page to be clear which version is implemented here. Co-authored-by: Paul Hoffman <phoffman@proper.com>
1 parent 962304a commit 1b29f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tomllib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
--------------
1515

16-
This module provides an interface for parsing TOML (Tom's Obvious Minimal
16+
This module provides an interface for parsing TOML 1.0.0 (Tom's Obvious Minimal
1717
Language, `https://toml.io <https://toml.io/en/>`_). This module does not
1818
support writing TOML.
1919

0 commit comments

Comments
 (0)