CSIT-1222: Do two doublings in external MLRsearch
[csit.git] / resources / libraries / python / MLRsearch / AbstractMeasurer.py
index b972c4e..c9b5987 100644 (file)
@@ -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