Rename last_gauge_measure to last_censor_measure

This commit is contained in:
Florent 2012-11-08 20:16:03 +01:00 committed by Romain Bignon
commit 3b26a7a6b5
3 changed files with 9 additions and 9 deletions

View file

@ -90,11 +90,11 @@ class ICapGauge(IBaseCap):
"""
raise NotImplementedError()
def get_last_measures(self, id):
def get_last_measure(self, id):
"""
Get last measures of the gauge.
Get last measures of a censor.
:param id: ID of the gauge.
:param id: ID of the censor.
:type id: str
:rtype: :class:`GaugeMeasure`
"""