Skip to content

Commit 8cb35de

Browse files
committed
Fix linting error
1 parent d4e3046 commit 8cb35de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

peps/pep-0829.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,9 @@ Python instead of TOML
508508

509509
Required ``schema_version``
510510
Requiring ``schema_version`` would make the simplest valid file
511-
more verbose without significant benefit. The recommended-but-
512-
optional approach balances simplicity with future-proofing.
511+
more verbose without significant benefit. The
512+
recommended-but-optional
513+
approach balances simplicity with future-proofing.
513514

514515
Separate ``load`` and ``execute`` keys in ``[entrypoints]``
515516
Splitting import-only and callable entry points into separate lists

0 commit comments

Comments
 (0)