Fix a typo in PEP 592
This commit is contained in:
parent
fec81b3ef5
commit
0ae315cda8
|
@ -91,7 +91,7 @@ a human being is currently trying to directly install a yanked file, that
|
||||||
it fails as if that file had been deleted. However, when a human did that
|
it fails as if that file had been deleted. However, when a human did that
|
||||||
awhile ago, and now a computer is just continuing to mechanically follow
|
awhile ago, and now a computer is just continuing to mechanically follow
|
||||||
the original order to install the now yanked file, then it acts as if it
|
the original order to install the now yanked file, then it acts as if it
|
||||||
had not been yaned.
|
had not been yanked.
|
||||||
|
|
||||||
An installer **MUST** ignore yanked releases, if the selection constraints
|
An installer **MUST** ignore yanked releases, if the selection constraints
|
||||||
can be satisfied with a non-yanked version, and **MAY** refuse to use a
|
can be satisfied with a non-yanked version, and **MAY** refuse to use a
|
||||||
|
|
Loading…
Reference in New Issue