summaryrefslogtreecommitdiff
path: root/coverage/results.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/results.py')
-rw-r--r--coverage/results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/results.py b/coverage/results.py
index 493d2fc8..2c97a18f 100644
--- a/coverage/results.py
+++ b/coverage/results.py
@@ -84,7 +84,7 @@ class Analysis:
@contract(returns='list(tuple(int, int))')
def arcs_missing(self):
- """Returns a sorted list of the unexecuted arcs in the code."""
+ """Returns a sorted list of the un-executed arcs in the code."""
possible = self.arc_possibilities()
executed = self.arcs_executed()
missing = (