diff options
-rw-r--r-- | pym/_emerge/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index 846d3ece5..a71c39e1b 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -920,7 +920,7 @@ class depgraph(object): backtrack_data.append((to_be_masked, parent_atoms)) if not backtrack_data: - # This shouldn't happen, but fall back to th old + # This shouldn't happen, but fall back to the old # behavior if this gets triggered somehow. backtrack_data = fallback_data |