From: Zac Medico Date: Fri, 20 May 2011 22:01:21 +0000 (-0700) Subject: Fix grammar in previous commit. X-Git-Tag: v2.2.0_alpha35~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12d62375b3593805a483d3fac0e6b23e16694e8e;p=portage.git Fix grammar in previous commit. --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 809eda1e4..9bc2c2ba3 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("")