
http://hg.python.org/distutils2/rev/5281c4d4075f changeset: 1268:5281c4d4075f parent: 1266:3f8b40403811 user: Éric Araujo <merwok@netwok.org> date: Wed Nov 30 13:24:44 2011 +0100 summary: Typos files: distutils2/pypi/dist.py | 2 +- distutils2/pypi/simple.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distutils2/pypi/dist.py b/distutils2/pypi/dist.py --- a/distutils2/pypi/dist.py +++ b/distutils2/pypi/dist.py @@ -430,7 +430,7 @@ """Sort the results with the given properties. The `prefer_final` argument can be used to specify if final - distributions (eg. not dev, bet or alpha) would be prefered or not. + distributions (eg. not dev, beta or alpha) would be preferred or not. Results can be inverted by using `reverse`. diff --git a/distutils2/pypi/simple.py b/distutils2/pypi/simple.py --- a/distutils2/pypi/simple.py +++ b/distutils2/pypi/simple.py @@ -273,7 +273,7 @@ def _register_release(self, release=None, release_info={}): """Register a new release. - Both a release or a dict of release_info can be provided, the prefered + Both a release or a dict of release_info can be provided, the preferred way (eg. the quicker) is the dict one. Return the list of existing releases for the given project. -- Repository URL: http://hg.python.org/distutils2
participants (1)
-
eric.araujo