aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-14 19:37:49 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-14 19:37:49 +0000
commitae34620db130bd8d94d68af73571e5df1bd4d258 (patch)
tree689dceb99d7ca43ffbb463145418628ccca45f20 /pym/gentoolkit/equery/changes.py
parentMerge genscripts rev 130 (diff)
downloadgentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.tar.gz
gentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.tar.bz2
gentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.zip
Merge genscripts rev 137, this revision makes the output of equery meta compatible with epkginfo
svn path=/trunk/gentoolkit/; revision=722
Diffstat (limited to 'pym/gentoolkit/equery/changes.py')
-rw-r--r--pym/gentoolkit/equery/changes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/equery/changes.py b/pym/gentoolkit/equery/changes.py
index ef35ec9..28611f9 100644
--- a/pym/gentoolkit/equery/changes.py
+++ b/pym/gentoolkit/equery/changes.py
@@ -4,7 +4,7 @@
#
# $Header: $
-"""Displays the ChangeLog entry for the latest installable version of a package"""
+"""Displays the ChangeLog entry for the latest installable version of an atom"""
# Move to Imports sections when Python 2.6 is stable
from __future__ import with_statement