diff options
-rw-r--r-- | pym/emerge/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py index 2550da4c4..01a1a0ebc 100644 --- a/pym/emerge/__init__.py +++ b/pym/emerge/__init__.py @@ -2263,7 +2263,7 @@ class depgraph(object): # 2 False False # 3 False True # - # If no nodes are selected on the 4th iteration, it is due to + # If no nodes are selected on the 3rd iteration, it is due to # unresolved blockers or circular dependencies. while not mygraph.empty(): |