diff options
-rw-r--r-- | pym/_emerge/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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("") |