summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4cc59aa30c..a419890750 100644
--- a/NEWS
+++ b/NEWS
@@ -270,7 +270,7 @@ sufficient information, see the ChangeLog file or Redmine
* Add +:oneshot_lines+ keyword argument to Coverage.start.
- * Add +:stop:+ and +:clear:+ keyword arguments to Coverage.result.
+ * Add +:stop+ and +:clear+ keyword arguments to Coverage.result.
If +clear+ is true, it clears the counters to zero.
If +stop+ is true, it disables coverage measurement.