fixed typo
This commit is contained in:
parent
c8c5884bff
commit
c227c49fed
|
@ -130,7 +130,7 @@ where ``EXPR`` belongs to any of those:
|
||||||
- a free string, like ``2.4``, or ``win32``
|
- a free string, like ``2.4``, or ``win32``
|
||||||
|
|
||||||
Notice that ``in`` is restricted to strings, meaning that it is not possible
|
Notice that ``in`` is restricted to strings, meaning that it is not possible
|
||||||
to use other sequences like tuples or lists on the left side.
|
to use other sequences like tuples or lists on the right side.
|
||||||
|
|
||||||
Distutils will provide a function that is able to generate the metadata
|
Distutils will provide a function that is able to generate the metadata
|
||||||
of a distribution, given a ``setup.cfg`` file, for the execution environment::
|
of a distribution, given a ``setup.cfg`` file, for the execution environment::
|
||||||
|
|
Loading…
Reference in New Issue