summaryrefslogtreecommitdiffstats
path: root/pym/portage/versions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/versions.py')
-rw-r--r--pym/portage/versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/versions.py b/pym/portage/versions.py
index d3271a762..f8691d1ce 100644
--- a/pym/portage/versions.py
+++ b/pym/portage/versions.py
@@ -348,7 +348,7 @@ def cpv_getversion(mycpv):
def cpv_sort_key():
"""
- Create an object for sorting cpvs, to be useed as the 'key' parameter
+ Create an object for sorting cpvs, to be used as the 'key' parameter
in places like list.sort() or sorted(). This calls catpkgsplit() once for
each cpv and caches the result. If a given cpv is invalid or two cpvs
have different category/package names, then plain string (> and <)