diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-08-21 22:12:12 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-08-21 22:12:12 +0000 |
| commit | 46eb9e6507ed12b79ec70b55ac2ffb74543bccd1 (patch) | |
| tree | c1e4df927edad80822f7811ee548046fcb3061b2 /pkg_resources.txt | |
| parent | 6861a1ffbb22a507dd28571f7d3e48d9f0d089de (diff) | |
| download | external_python_setuptools-46eb9e6507ed12b79ec70b55ac2ffb74543bccd1.tar.gz external_python_setuptools-46eb9e6507ed12b79ec70b55ac2ffb74543bccd1.tar.bz2 external_python_setuptools-46eb9e6507ed12b79ec70b55ac2ffb74543bccd1.zip | |
Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'
extension for eggs.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041213
Diffstat (limited to 'pkg_resources.txt')
| -rwxr-xr-x | pkg_resources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt index 55d275a8..711cdd3b 100755 --- a/pkg_resources.txt +++ b/pkg_resources.txt @@ -625,7 +625,7 @@ addition, the following methods are provided: ``__str__()`` The string form of an ``EntryPoint`` is a string that could be passed to - ``EntryPoint.parse()`` to yield an equivalent ``EntryPoint``. + ``EntryPoint.parse()`` to produce an equivalent ``EntryPoint``. ``Distribution`` Objects |
