| Index: appengine/findit/model/wf_try_job_data.py
|
| diff --git a/appengine/findit/model/wf_try_job_data.py b/appengine/findit/model/wf_try_job_data.py
|
| index ddb45c0cc9806c50c407ea282fa406ea4be68a33..84199170b2c539bf244bdf39dbbae97da8719b49 100644
|
| --- a/appengine/findit/model/wf_try_job_data.py
|
| +++ b/appengine/findit/model/wf_try_job_data.py
|
| @@ -13,7 +13,7 @@ class WfTryJobData(BaseTryJobData):
|
| # Number of commits in the revision range.
|
| regression_range_size = ndb.IntegerProperty(indexed=False)
|
|
|
| - # Number of commits analyzed to determine a culprit if any.
|
| + # Number of commits analyzed to determine a culprit, if any.
|
| number_of_commits_analyzed = ndb.IntegerProperty(indexed=False)
|
|
|
| # Culprit(s) determined to have caused the failure, if any.
|
|
|