From: Zac Medico Date: Fri, 20 May 2011 22:01:21 +0000 (-0700) Subject: Fix grammar in previous commit. X-Git-Tag: v2.1.9.50~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8feed3611b0e7539bbab3eca87b74f00004d538;p=portage.git Fix grammar in previous commit. --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 5d1823e43..32ea457a4 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -788,7 +788,7 @@ def calc_depclean(settings, trees, ldpath_mtimes, msg.append("") msg.extend(textwrap.wrap( "Have you forgotten to do a complete update prior " + \ - "depclean? The most comprehensive command for this " + \ + "to depclean? The most comprehensive command for this " + \ "purpose is as follows:", 65 )) msg.append("")