X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FMLRsearch%2FAbstractMeasurer.py;fp=resources%2Flibraries%2Fpython%2FMLRsearch%2FAbstractMeasurer.py;h=c9b598712491b16265a6cf0bb70130fd3bbea037;hb=56fe9e512019d90a5647f4a244ffb8b6f6ff9c47;hp=b972c4eb18558d7625a37844b470bd7652039a73;hpb=bc49817b524f0478900da35aaec5f8418e698392;p=csit.git diff --git a/resources/libraries/python/MLRsearch/AbstractMeasurer.py b/resources/libraries/python/MLRsearch/AbstractMeasurer.py index b972c4eb18..c9b5987124 100644 --- a/resources/libraries/python/MLRsearch/AbstractMeasurer.py +++ b/resources/libraries/python/MLRsearch/AbstractMeasurer.py @@ -30,6 +30,6 @@ class AbstractMeasurer(object): :type duration: float :type transmit_rate: float :returns: Structure containing the result of the measurement. - :rtype: ReceiveRateMeasurement + :rtype: ReceiveRateMeasurement.ReceiveRateMeasurement """ pass