Skip to content

Commit 8e3d5ea

Browse files
mgornyAA-Turner
andauthored
Apply suggestions from code review
Co-authored-by: Adam Turner <[email protected]>
1 parent 5c3b867 commit 8e3d5ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

peps/pep-0817.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ against different dependency ABIs. This is particularly challenging for
3131
the scientific computing, artificial intelligence (AI), machine learning
3232
(ML), and high-performance computing (HPC) communities.
3333

34-
This PEP proposes Wheel Variants,” an extension to the
34+
This PEP proposes "Wheel Variants", an extension to the
3535
:doc:`packaging:specifications/binary-distribution-format`. This
3636
extension introduces a mechanism for package maintainers to declare
3737
multiple build variants for the same package version, while allowing
@@ -52,8 +52,8 @@ the best user experience.
5252
Definitions
5353
===========
5454

55-
The key words MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT,
56-
SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY, and OPTIONAL in this
55+
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
56+
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
5757
document are to be interpreted as described in :rfc:`2119`.
5858

5959

@@ -82,8 +82,8 @@ wheel of considerable size, or using separate package names
8282
(``mypackage-gpu``, ``mypackage-cpu``, etc.). Each of these approaches
8383
has significant drawbacks.
8484

85-
According to the `2024 Python Developers
86-
Survey <https://lp.jetbrains.com/python-developers-survey-2024/#purposes-for-using-python>`__,
85+
According to the `2024 Python Developers Survey
86+
<https://lp.jetbrains.com/python-developers-survey-2024/#purposes-for-using-python>`__,
8787
a significant portion of respondents over the last years have been
8888
successively using Python for scientific computing purposes, covering
8989
such areas as Data analysis (steadily over 40% respondents), Machine
@@ -224,7 +224,7 @@ Tools need to implement special handling for the way PyTorch uses local
224224
version segments. These requirements break the pattern that packages
225225
are usually installed with. Problems with installing PyTorch
226226
are a very common point of user confusion. To quantify this, on
227-
2025-12-05, 552 out of 8136, or 6.8%, of issues on the `uv's issue
227+
2025-12-05, 552 out of 8136, or 6.8%, of issues on `uv's issue
228228
tracker <https://github.com/astral-sh/uv/issues/>`__ contained the term
229229
"torch".
230230

0 commit comments

Comments
 (0)