Skip to content
Open
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/pyproject-toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ If the file path ends in a case-insensitive ``.md`` suffix, then tools
MUST assume the content-type is ``text/markdown``. If the file path
ends in a case-insensitive ``.rst``, then tools MUST assume the
content-type is ``text/x-rst``. If a tool recognizes more extensions
than this PEP, they MAY infer the content-type for the user without
than this specification, it MAY infer the content-type for the user without
specifying this key as ``dynamic``. For all unrecognized suffixes
when a content-type is not provided, tools MUST raise an error.

Expand Down