We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f3637 commit e429208Copy full SHA for e429208
Doc/library/tomllib.rst
@@ -40,7 +40,7 @@ This module defines the following functions:
40
Python using this :ref:`conversion table <toml-to-py-table>`. The first
41
argument should be a readable binary file-like object. Returns a
42
:class:`dict`.
43
-
+
44
45
*parse_float* will be called with the string of every TOML
46
float to be decoded. By default, this is equivalent to ``float(num_str)``.
0 commit comments