Skip to content

Commit 61968c5

Browse files
jeanaschrysle
andauthored
Apply suggestions from code review
Co-authored-by: chrysle <[email protected]>
1 parent b33317c commit 61968c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/specifications/inline-script-metadata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ standardized by this specification.
7171
script type
7272
-----------
7373

74-
The first type of metadata block is named ``script`` which contains
74+
The first type of metadata block is named ``script``, which contains
7575
script metadata (dependency data and tool configuration).
7676

77-
This document MAY include top-level fields ``dependencies`` and ``requires-python``,
77+
This document MAY include the top-level fields ``dependencies`` and ``requires-python``,
7878
and MAY optionally include a ``[tool]`` table.
7979

8080
The ``[tool]`` MAY be used by any tool, script runner or otherwise, to configure
8181
behavior. It has the same semantics as the :ref:`[tool] table in pyproject.toml
82-
<pyproject-tool-table>`
82+
<pyproject-tool-table>`.
8383

8484
The top-level fields are:
8585

0 commit comments

Comments
 (0)