diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2016-03-02 04:04:43 +0000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2016-03-02 04:04:43 +0000 |
commit | 7e18c2380eb25119252cba5044df9e7568ccee14 (patch) | |
tree | 9c19a96842191443071be828871a4cd96b70c668 | |
parent | 89b39adc1e63a5ee6a1aeaadeea5fa5c16356245 (diff) | |
download | mongo-7e18c2380eb25119252cba5044df9e7568ccee14.tar.gz |
whitespace
-rw-r--r-- | dist/stat_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/stat_data.py b/dist/stat_data.py index 6d91a87a13e..09e5643a5d6 100644 --- a/dist/stat_data.py +++ b/dist/stat_data.py @@ -12,7 +12,7 @@ # max_aggregate Take the maximum value when aggregating statistics # no_clear Value not cleared when statistics cleared # no_scale Don't scale value per second in the logging tool script -# size Used by timeseries tool, indicates value is a byte count +# size Used by timeseries tool, indicates value is a byte count # # The no_clear and no_scale flags are normally always set together (values that # are maintained over time are normally not scaled per second). |