Skip to content

Commit 00640b0

Browse files
encukoutimhoffmhauntsaninja
authored
Apply batched suggestions from code review
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent e14d18b commit 00640b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/tomllib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ Limits and interoperability considerations
163163

164164
:mod:`!tomllib` places some limits on the documents it can handle,
165165
and it preserves details that other TOML parsers are allowed to ignore.
166-
When writing portable TOML files, consider only using features that are
166+
When writing portable TOML files, only use features that are
167167
guaranteed or recommended by the standard.
168168

169169
The implementation details listed here may change in future versions of Python.
170170

171171
Tables/dicts
172-
Key/value pairs in TOML documents and tables are not guaranteed to be
173-
in any specific order.
172+
The TOML spec does not guarantee key/value pairs in TOML documents and
173+
tables to be in any specific order.
174174

175175
.. impl-detail::
176176
:mod:`!tomllib` loads dictionary entries in the order they appear in

0 commit comments

Comments
 (0)