Merge "Corrected typo in metrics"

This commit is contained in:
Jenkins 2014-02-15 01:52:16 +00:00 committed by Gerrit Code Review
commit 80af73c36b
2 changed files with 2 additions and 2 deletions

View File

@ -3016,7 +3016,7 @@
# How the metrics are going to be weighed. This should be in
# the form of "<name1>=<ratio1>, <name2>=<ratio2>, ...", where
# <nameX> is one of the metric to be weighed, and <ratioX> is
# <nameX> is one of the metrics to be weighed, and <ratioX> is
# the corresponding ratio. So for "name1=1.0, name2=-1.0" The
# final weight would be name1.value * 1.0 + name2.value *
# -1.0. (list value)

View File

@ -40,7 +40,7 @@ metrics_weight_opts = [
help='How the metrics are going to be weighed. This '
'should be in the form of "<name1>=<ratio1>, '
'<name2>=<ratio2>, ...", where <nameX> is one '
'of the metric to be weighed, and <ratioX> is '
'of the metrics to be weighed, and <ratioX> is '
'the corresponding ratio. So for "name1=1.0, '
'name2=-1.0" The final weight would be '
'name1.value * 1.0 + name2.value * -1.0.'),