File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,14 +163,14 @@ Limits and interoperability considerations
163163
164164:mod: `!tomllib ` places some limits on the documents it can handle,
165165and 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
167167guaranteed or recommended by the standard.
168168
169169The implementation details listed here may change in future versions of Python.
170170
171171Tables/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
You can’t perform that action at this time.
0 commit comments