Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/specifications/inline-script-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ script metadata (dependency data and tool configuration).
This document MAY include the top-level fields ``dependencies`` and ``requires-python``,
and MAY optionally include a ``[tool]`` table.

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

Expand Down
Loading