diff options
Diffstat (limited to 'Lib/packaging/pypi/dist.py')
-rw-r--r-- | Lib/packaging/pypi/dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/pypi/dist.py b/Lib/packaging/pypi/dist.py index dbf64592730..541465e63fb 100644 --- a/Lib/packaging/pypi/dist.py +++ b/Lib/packaging/pypi/dist.py @@ -427,7 +427,7 @@ class ReleasesList(IndexReference): """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`. |