Trivial fix typo of description

Corrected the typo of description in check.py

Change-Id: Id78880f8a41a820974fef3d673f3b86564bb5f7b
This commit is contained in:
Tuan Do Anh 2018-07-10 11:27:58 +07:00
parent 17332007e3
commit 3712e124a6
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class AgentCheck(util.Dimensions):
self.log.exception("Check '%s' instance #%s failed" % (self.name, i))
def check(self, instance):
"""Overriden by the check class. This will be called to run the check.
"""Overridden by the check class. This will be called to run the check.
:param instance: A dict with the instance information. This will vary
depending on your config structure.