@@ -31,7 +31,7 @@ against different dependency ABIs. This is particularly challenging for
3131the 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
3636extension introduces a mechanism for package maintainers to declare
3737multiple build variants for the same package version, while allowing
@@ -52,8 +52,8 @@ the best user experience.
5252Definitions
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
5757document 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
8383has 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> `__,
8787a significant portion of respondents over the last years have been
8888successively using Python for scientific computing purposes, covering
8989such 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
224224version segments. These requirements break the pattern that packages
225225are usually installed with. Problems with installing PyTorch
226226are 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
228228tracker <https://github.com/astral-sh/uv/issues/> `__ contained the term
229229"torch".
230230
0 commit comments