WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py

changeset 5832
28f36b9c925f
parent 5831
536d97e3f1a1
child 6048
82ad8ec9548c
--- a/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py	Fri Aug 04 19:40:48 2017 +0200
+++ b/WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py	Fri Aug 04 19:43:32 2017 +0200
@@ -213,7 +213,7 @@
         @param reply reference to the network reply object
         @type QNetworkReply
         @return extracted data
-        @type list or dict
+        @rtype list or dict
         """
         result = json.loads(str(reply.readAll(), "utf-8"))
         self.__setWaitDuration(result.get("minimumWaitDuration"))

eric ide

mercurial