Skip to content

Commit 09ae8d5

Browse files
committed
Fix editing error in NEWS and improve clarity
1 parent 81f5862 commit 09ae8d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ New features
7575
Other language changes
7676
======================
7777

78-
* Stable ABI extensions may now include a multiarch tuple in the
78+
* Stable ABI extensions now include a multiarch tuple in the
7979
filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``.
8080
This permits stable ABI extensions for multiple architectures to be
8181
co-installed into the same directory, without clashing with each
82-
other, as regular dynamic extensions do. Build may tools will generate
82+
other, as regular dynamic extensions do. Build tools will generate
8383
these multiarch tagged filenames, by default, when targeting
8484
compatibility with at least Python 3.15.
8585
(Contributed by Stefano Rivera in :gh:`122931`.)

0 commit comments

Comments
 (0)