PEP 426: minor extras edit

This commit is contained in:
Daniel Holth 2013-02-22 22:19:26 -05:00
parent 0c893b0ffe
commit 088bb61948
1 changed files with 4 additions and 4 deletions

View File

@ -338,10 +338,10 @@ Examples::
Provides-Extra (multiple use)
-----------------------------
A string containing the name of an optional feature. Must be printable
ASCII, not containing whitespace, comma (,), or square brackets [].
May be used to make a dependency conditional on whether the optional
feature has been requested.
A string containing the name of an optional feature or "extra" that may
only be available when additional dependencies have been installed. Must
be printable ASCII, not containing whitespace, comma (,), or square
brackets [].
See `Optional Features`_ for details on the use of this field.