Skip to content

Commit c2c5870

Browse files
authored
Update peps/pep-0803.rst
1 parent 3ebff0a commit c2c5870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0803.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Python's Stable ABI (``abi3`` for short), as defined in :pep:`384` and
5858
:pep:`652`, provides a way to compile extension modules that can be loaded
5959
on multiple minor versions of the CPython interpreter.
6060
Several projects use this to limit the number of
61-
:ref:`wheels <packaging:binary-distribution-format>` (binary artifacts)
61+
:ref:`wheels <packaging:binary-distribution-format>` (binary artefacts)
6262
that need to be built and distributed for each release, and/or to make it
6363
easier to test with pre-release versions of Python.
6464

0 commit comments

Comments
 (0)