diff --git a/source/guides/packaging-binary-extensions.rst b/source/guides/packaging-binary-extensions.rst index 4a3be2cc3..de8a9d2d6 100644 --- a/source/guides/packaging-binary-extensions.rst +++ b/source/guides/packaging-binary-extensions.rst @@ -412,6 +412,6 @@ additional coverage of packaging Python packages with native code. It aims to provide an overview of the most important packaging issues for such projects, with in-depth explanations and references. -Examples of topics covered are non-Python compiled dependencies ("native -dependencies"), the importance of the ABI (Application Binary Interface) of +Examples of topics covered are non-Python compiled dependencies ("native +dependencies"), the importance of the ABI (Application Binary Interface) of native code, dependency on SIMD code and cross compilation.