Skip to content
Open
Prev Previous commit
Update peps/pep-0780.rst
Co-authored-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
zklaus and mgorny authored Nov 5, 2025
commit 1f150be365e083006c566db7b6a2c2c6138ee3c2
2 changes: 1 addition & 1 deletion peps/pep-0780.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ can be used::

Note that in the absence of the features described in this PEP, early adopting
projects have had to resort to using the fork for *all* builds of a potentially
free threading Python interpreter; typical dependencies than look like::
free threading Python interpreter; typical dependencies then looked like::

pyyaml; python_version<"3.13"
pyyaml-ft; python_version>="3.13"
Expand Down