Correct a slightly inaccurate statement
This commit is contained in:
parent
e9e6946078
commit
5b3156e9e9
|
@ -203,7 +203,7 @@ versions it has to be installed as a dependency. This can be expressed as so::
|
||||||
A marker expression evalutes to either True or False. When it evaluates to
|
A marker expression evalutes to either True or False. When it evaluates to
|
||||||
False, the dependency specification should be ignored.
|
False, the dependency specification should be ignored.
|
||||||
|
|
||||||
The marker language is a subset of Python itself, chosen for the ability to
|
The marker language is inspired by Python itself, chosen for the ability to
|
||||||
safely evaluate it without running arbitrary code that could become a security
|
safely evaluate it without running arbitrary code that could become a security
|
||||||
vulnerability. Markers were first standardised in PEP-345 [#pep345]_. This PEP
|
vulnerability. Markers were first standardised in PEP-345 [#pep345]_. This PEP
|
||||||
fixes some issues that were observed in the design described in PEP-426
|
fixes some issues that were observed in the design described in PEP-426
|
||||||
|
|
Loading…
Reference in New Issue