X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FMLRsearch%2FNdrPdrResult.py;fp=resources%2Flibraries%2Fpython%2FMLRsearch%2FNdrPdrResult.py;h=80df0ef33359790e07031f1961d1131f08098566;hb=56fe9e512019d90a5647f4a244ffb8b6f6ff9c47;hp=b69a57ecbe3ee17bd011e4d88116bb261476da06;hpb=bc49817b524f0478900da35aaec5f8418e698392;p=csit.git diff --git a/resources/libraries/python/MLRsearch/NdrPdrResult.py b/resources/libraries/python/MLRsearch/NdrPdrResult.py index b69a57ecbe..80df0ef333 100644 --- a/resources/libraries/python/MLRsearch/NdrPdrResult.py +++ b/resources/libraries/python/MLRsearch/NdrPdrResult.py @@ -27,8 +27,8 @@ class NdrPdrResult(object): :param ndr_interval: Object containing data for NDR part of the result. :param pdr_interval: Object containing data for PDR part of the result. - :type ndr_interval: ReceiveRateInterval - :type pdr_interval: ReceiveRateInterval + :type ndr_interval: ReceiveRateInterval.ReceiveRateInterval + :type pdr_interval: ReceiveRateInterval.ReceiveRateInterval """ # TODO: Type checking is not very pythonic, # perhaps users can fix wrong usage without it?