Skip to content

Commit

Permalink
doc improvements
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis Leidel <[email protected]>
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent aa72898 commit fc6fe30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/resources/define-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ Python version independent packages
Allows you to specify "no python version" when building a Python
package thus making it compatible with a user specified range of Python
versions. Main use-case for this is to create ABI3 packages as specified
in [CEP20](https://github.com/conda/ceps/blob/main/cep-0020.md).
in [CEP 20](https://github.com/conda/ceps/blob/main/cep-0020.md).

ABI3 packages support building a native Python extension using a
specific Python version and running it against any later Python version.
Expand Down Expand Up @@ -740,7 +740,7 @@ the package, i.e., for ABI3,
- python
In order to support ABI3 with python 3.9 and onwards and
In order to support ABI3 with Python 3.9 and onwards and
free-threaded builds you can do

.. code-block:: yaml
Expand Down

0 comments on commit fc6fe30

Please sign in to comment.