gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236)
This commit is contained in:
@@ -95,7 +95,7 @@ Conversion Table
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
| TOML | Python |
|
||||
+==================+======================================================================================+
|
||||
| table | dict |
|
||||
| TOML document | dict |
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
| string | str |
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
@@ -115,3 +115,9 @@ Conversion Table
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
| array | list |
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
| table | dict |
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
| inline table | dict |
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
| array of tables | list of dicts |
|
||||
+------------------+--------------------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user