Skip to content

Commit 11f0ba8

Browse files
committed
Minor changes
1 parent b18bd3f commit 11f0ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,10 +853,10 @@ Empty Python packages
853853
For some features introduced in later Python versions, the Python community creates backports, which makes these
854854
features available for earlier versions of Python as well.
855855
One example here is `dataclasses <https://www.python.org/dev/peps/pep-0557/>`__ which was introduced with
856-
Python3.7 but is available as a `backport <https://github.com/ericvsmith/dataclasses>`__ for Python3.6 as well.
856+
Python3.7 but is available as a `backport <https://github.com/ericvsmith/dataclasses>`__ for Python3.6 too.
857857
Therefore, most upstream packages make those backports only mandatory for specific versions of Python and exclude them otherwise.
858858

859-
Implementing this restriction in conda-forge is currently only possible through the usage of ``skips``
859+
Implementing this restriction in conda-forge is currently only possible through the use of ``skips``
860860
which restricts the corresponding conda-forge recipes from becoming ``noarch``.
861861

862862
Therefore, some conda-forge recipes only create an actual package on specific Python versions and are otherwise an

0 commit comments

Comments
 (0)