Skip to content

Commit

Permalink
Update pyproject_config.rst
Browse files Browse the repository at this point in the history
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
  • Loading branch information
per11235813 committed Aug 28, 2022
1 parent ba3995e commit 2233790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/pyproject_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Key Value Type (TOML) Notes

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

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

0 comments on commit 2233790

Please sign in to comment.