Correct a slightly inaccurate statement

This commit is contained in:
Donald Stufft 2015-11-22 19:55:14 -05:00
parent e9e6946078
commit 5b3156e9e9
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
vulnerability. Markers were first standardised in PEP-345 [#pep345]_. This PEP
fixes some issues that were observed in the design described in PEP-426