@@ -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
101101versions. They also ship 14 additional ``cp314t `` wheels and 6 wheels for
102102pypy. 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
104104two versions of the free-threaded build as *all * non-EOL versions of the
105105GIL-enabled build.
106106
107107Cryptography 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
166166maintenance burden.
167167
168168
169- Bindings Generators
169+ Bindings generators
170170-------------------
171171
172172Both moocore and cryptography use bindings generators to interface with the C
@@ -184,7 +184,7 @@ for an ``abi3.abi3t`` tag.
184184Cython 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