Skip to content

Commit 76ab894

Browse files
ngoldbaumhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 91c85bb commit 76ab894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0803.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ somewhat unusual in that they ship 14 wheels each for both the ``cp38`` and
100100
``cp311`` stable ABIs to enable optimizations available in newer limited API
101101
versions. They also ship 14 additional ``cp314t`` wheels and 6 wheels for
102102
pypy. If there is no free-threaded stable ABI, then with Python 3.15,
103-
cryptography will be using roughtly the same amount of space on PyPI to support
103+
cryptography will be using roughly the same amount of space on PyPI to support
104104
two versions of the free-threaded build as *all* non-EOL versions of the
105105
GIL-enabled build.
106106

107107
Cryptography maintainer Alex Gaynor `expressed a desire
108108
<https://discuss.python.org/t/making-pyobject-opaque-in-the-limited-api/77206/2>`_
109-
on discourse for a free-threaded stable ABI:
109+
on Discourse for a free-threaded stable ABI:
110110

111111
Just to state this explicitly from the PyCA maintainers perspective, as
112112
long as we have O(1) builds, that’s ok. What we can’t/won’t do is O(n)
@@ -166,7 +166,7 @@ ABI on the free-threaded build they can use to ship wheels and reduce their
166166
maintenance burden.
167167

168168

169-
Bindings Generators
169+
Bindings generators
170170
-------------------
171171

172172
Both moocore and cryptography use bindings generators to interface with the C
@@ -184,7 +184,7 @@ for an ``abi3.abi3t`` tag.
184184
Cython maintainer David Woods `says
185185
<https://github.com/cython/cython/issues/7399#issuecomment-3947605797>`_:
186186

187-
Cython is doesn't have huge problems with the number of wheels we distribute
187+
Cython doesn't have huge problems with the number of wheels we distribute
188188
because ultimately it works fine as pure-Python. We do distribute wheels for
189189
a few of the smaller platforms as Stable ABI wheels but that's more
190190
"dogfooding" than because we actually need to. So I'm adding this in

0 commit comments

Comments
 (0)