PEP 426: minor extras edit
This commit is contained in:
parent
0c893b0ffe
commit
088bb61948
|
@ -338,10 +338,10 @@ Examples::
|
||||||
Provides-Extra (multiple use)
|
Provides-Extra (multiple use)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
A string containing the name of an optional feature. Must be printable
|
A string containing the name of an optional feature or "extra" that may
|
||||||
ASCII, not containing whitespace, comma (,), or square brackets [].
|
only be available when additional dependencies have been installed. Must
|
||||||
May be used to make a dependency conditional on whether the optional
|
be printable ASCII, not containing whitespace, comma (,), or square
|
||||||
feature has been requested.
|
brackets [].
|
||||||
|
|
||||||
See `Optional Features`_ for details on the use of this field.
|
See `Optional Features`_ for details on the use of this field.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue