Skip to content

Commit f87089d

Browse files
authored
Merge branch 'main' into clarification-extra
2 parents b521d09 + c31a69a commit f87089d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/shared/build-backend-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
.. code-block:: toml
3939
4040
[build-system]
41-
requires = ["uv_build >= 0.11.7, <0.12.0"]
41+
requires = ["uv_build >= 0.11.21, <0.12.0"]
4242
build-backend = "uv_build"

source/specifications/pyproject-toml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ If the file path ends in a case-insensitive ``.md`` suffix, then tools
215215
MUST assume the content-type is ``text/markdown``. If the file path
216216
ends in a case-insensitive ``.rst``, then tools MUST assume the
217217
content-type is ``text/x-rst``. If a tool recognizes more extensions
218-
than this PEP, they MAY infer the content-type for the user without
218+
than this specification, it MAY infer the content-type for the user without
219219
specifying this key as ``dynamic``. For all unrecognized suffixes
220220
when a content-type is not provided, tools MUST raise an error.
221221

0 commit comments

Comments
 (0)