File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Conversion Table
95
95
+------------------+--------------------------------------------------------------------------------------+
96
96
| TOML | Python |
97
97
+==================+======================================================================================+
98
- | table | dict |
98
+ | TOML document | dict |
99
99
+------------------+--------------------------------------------------------------------------------------+
100
100
| string | str |
101
101
+------------------+--------------------------------------------------------------------------------------+
@@ -115,3 +115,9 @@ Conversion Table
115
115
+------------------+--------------------------------------------------------------------------------------+
116
116
| array | list |
117
117
+------------------+--------------------------------------------------------------------------------------+
118
+ | table | dict |
119
+ +------------------+--------------------------------------------------------------------------------------+
120
+ | inline table | dict |
121
+ +------------------+--------------------------------------------------------------------------------------+
122
+ | array of tables | list of dicts |
123
+ +------------------+--------------------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments