fixed typo

This commit is contained in:
Tarek Ziadé 2009-10-12 17:24:09 +00:00
parent c8c5884bff
commit c227c49fed
1 changed files with 1 additions and 1 deletions

View File

@ -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::