Skip to content

Commit bb0c8ec

Browse files
committed
Minor improvement of text
2 parents bd9956a + fb2192d commit bb0c8ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/guides/packaging-binary-extensions.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ a Debian system, see the following articles:
407407
Additional considerations for binary wheels
408408
-------------------------------------------
409409

410-
The `pypackaging-native <https://pypackaging-native.github.io/>`_ website has
411-
additional coverage of packaging Python packages with native code. It aims to
412-
provide an overview of the most important packaging issues for such projects,
410+
The `pypackaging-native <https://pypackaging-native.github.io/>`_ website has
411+
additional coverage of packaging Python packages with native code. It aims to
412+
provide an overview of the most important packaging issues for such projects,
413413
with in-depth explanations and references.
414414

415-
Example of topics are non-Python compiled dependencies ("native dependencies"),
416-
the importance of the ABI (Application Binary Interface) of native code,
417-
dependency on SIMD code and cross compilation.
415+
Examples of topics covered are non-Python compiled dependencies ("native
416+
dependencies"), the importance of the ABI (Application Binary Interface) of
417+
native code, dependency on SIMD code and cross compilation.

0 commit comments

Comments
 (0)