summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-04 20:41:48 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-04 20:41:48 +0000
commit83ac43eb75f201ccf0cee350da1bd1e7df8f902a (patch)
tree3885499a4e272d38c0d3dfcec4a87ca7386b6c1d /pym
parent2c80656105b5f070e933b12dc82f895c4728f01f (diff)
downloadportage-83ac43eb75f201ccf0cee350da1bd1e7df8f902a.tar.gz
portage-83ac43eb75f201ccf0cee350da1bd1e7df8f902a.tar.bz2
portage-83ac43eb75f201ccf0cee350da1bd1e7df8f902a.zip
Add missing "the" to fix grammar.
svn path=/main/trunk/; revision=9710
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 6d4c09b2f..d7afe13c1 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -5598,8 +5598,8 @@ def show_blocker_docs_link():
print
def show_mask_docs():
- print "For more information, see MASKED PACKAGES section in the emerge man page or "
- print "refer to the Gentoo Handbook."
+ print "For more information, see the MASKED PACKAGES section in the emerge"
+ print "man page or refer to the Gentoo Handbook."
def action_sync(settings, trees, mtimedb, myopts, myaction):
xterm_titles = "notitles" not in settings.features