summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-10-11 17:53:17 +0100
committerGitHub <noreply@github.com>2022-10-11 17:53:17 +0100
commit832a51c697d6c03500f94e09d699d1394e04c0c2 (patch)
treea97c20feb2924f16cc6b4d5dc9be64f0189180ec /docs
parent9f5eeab3e9d124caf59e8e079eb5832ec1374d01 (diff)
parent22337909ee00ff9a8c5d9dbb3e6ca7b463490be7 (diff)
downloadpython-setuptools-git-832a51c697d6c03500f94e09d699d1394e04c0c2.tar.gz
Update pyproject_config.rst (#3571)
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/pyproject_config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst
index b1d4a4e3..88a6119a 100644
--- a/docs/userguide/pyproject_config.rst
+++ b/docs/userguide/pyproject_config.rst
@@ -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.