summaryrefslogtreecommitdiff
path: root/coverage/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/data.py')
-rw-r--r--coverage/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/data.py b/coverage/data.py
index c19b5c6..4188339 100644
--- a/coverage/data.py
+++ b/coverage/data.py
@@ -102,7 +102,7 @@ class CoverageData(object):
# * runs: a list of dicts of information about the coverage.py runs
# contributing to the data::
#
- # [ { "briefsys": "CPython 2.7.10 Darwin" }, ... ]
+ # [ { "brief_sys": "CPython 2.7.10 Darwin" }, ... ]
#
# Only one of `lines` or `arcs` will be present: with branch coverage, data
# is stored as arcs. Without branch coverage, it is stored as lines. The