We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebff0a commit c2c5870Copy full SHA for c2c5870
peps/pep-0803.rst
@@ -58,7 +58,7 @@ Python's Stable ABI (``abi3`` for short), as defined in :pep:`384` and
58
:pep:`652`, provides a way to compile extension modules that can be loaded
59
on multiple minor versions of the CPython interpreter.
60
Several projects use this to limit the number of
61
-:ref:`wheels <packaging:binary-distribution-format>` (binary artifacts)
+:ref:`wheels <packaging:binary-distribution-format>` (binary artefacts)
62
that need to be built and distributed for each release, and/or to make it
63
easier to test with pre-release versions of Python.
64
0 commit comments