Skip to content

Commit 76d757b

Browse files
authored
gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236)
1 parent d71fcde commit 76d757b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Doc/library/tomllib.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Conversion Table
9595
+------------------+--------------------------------------------------------------------------------------+
9696
| TOML | Python |
9797
+==================+======================================================================================+
98-
| table | dict |
98+
| TOML document | dict |
9999
+------------------+--------------------------------------------------------------------------------------+
100100
| string | str |
101101
+------------------+--------------------------------------------------------------------------------------+
@@ -115,3 +115,9 @@ Conversion Table
115115
+------------------+--------------------------------------------------------------------------------------+
116116
| array | list |
117117
+------------------+--------------------------------------------------------------------------------------+
118+
| table | dict |
119+
+------------------+--------------------------------------------------------------------------------------+
120+
| inline table | dict |
121+
+------------------+--------------------------------------------------------------------------------------+
122+
| array of tables | list of dicts |
123+
+------------------+--------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)