From: Zac Medico Date: Fri, 4 Apr 2008 20:41:48 +0000 (-0000) Subject: Add missing "the" to fix grammar. X-Git-Tag: v2.2_pre6~253 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83ac43eb75f201ccf0cee350da1bd1e7df8f902a;p=portage.git Add missing "the" to fix grammar. svn path=/main/trunk/; revision=9710 --- 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