summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/_emerge/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py
index 539b5740b..137e4ac7d 100644
--- a/pym/_emerge/__init__.py
+++ b/pym/_emerge/__init__.py
@@ -6779,7 +6779,7 @@ def emerge_main():
display_news_notification(trees)
retval = action_build(settings, trees, mtimedb,
myopts, myaction, myfiles, spinner)
- # if --pretend was enabled then display_news_notification
+ # if --pretend was not enabled then display_news_notification
# was already called by post_emerge
if "--pretend" in myopts:
display_news_notification(trees)