Skip to content

Commit 2233790

Browse files
authored
Update pyproject_config.rst
The sequence of TOML datatypes and Python datatypes are reversed, which is a bit confusing. I suggest to align the sequence, so that array and table aligns with list and dict
1 parent ba3995e commit 2233790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/pyproject_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Key Value Type (TOML) Notes
111111

112112
.. note::
113113
The `TOML value types`_ ``array`` and ``table/inline-table`` are roughly
114-
equivalent to the Python's :obj:`dict` and :obj:`list` data types.
114+
equivalent to the Python's :obj:`list` and :obj:`dict` data types, respectively.
115115

116116
Please note that some of these configurations are deprecated or at least
117117
discouraged, but they are made available to ensure portability.

0 commit comments

Comments
 (0)