8000 Remove extra whitespace · python/cpython@e429208 · GitHub
[go: up one dir, main page]

Skip to content

Commit e429208

Browse files
committed
Remove extra whitespace
1 parent 72f3637 commit e429208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tomllib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This module defines the following functions:
4040
Python using this :ref:`conversion table <toml-to-py-table>`. The first
4141
argument should be a readable binary file-like object. Returns a
4242
:class:`dict`.
43-
43+
4444

4545
*parse_float* will be called with the string of every TOML
4646
float to be decoded. By default, this is equivalent to ``float(num_str)``.

0 commit comments

Comments
 (0)
0