PEP 556: Fix typo in the word 'package'. (GH-494)

This commit is contained in:
Nicola Soranzo 2017-12-06 15:41:52 +00:00 committed by Mariatta
parent df92d74351
commit 8c96ef61a6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ A string containing the name of an optional feature. Must be a valid Python
identifier. May be used to make a dependency conditional on whether the
optional feature has been requested.
This introduction of this field allows packge installation tools (such as
This introduction of this field allows package installation tools (such as
``pip``) to determine which extras are provided by a given package, and so that
package publication tools (such as ``twine``) can check for issues with
environment markers which use extras.