eric6/Helpviewer/WebPlugins/WebPluginInterface.py

changeset 7165
375c077ef7e2
parent 6942
2602857055c5
diff -r 6da6a0a5a448 -r 375c077ef7e2 eric6/Helpviewer/WebPlugins/WebPluginInterface.py
--- a/eric6/Helpviewer/WebPlugins/WebPluginInterface.py	Sat Aug 24 16:33:42 2019 +0200
+++ b/eric6/Helpviewer/WebPlugins/WebPluginInterface.py	Sat Aug 24 18:24:33 2019 +0200
@@ -19,7 +19,7 @@
         """
         Public method to create a meta plug-in object containing plug-in info.
         
-        @ireturn meta plug-in object (QWebPluginFactory.Plugin)
+        @return meta plug-in object (QWebPluginFactory.Plugin)
         @exception NotImplementedError raised to indicate that this method
             must be implemented by subclasses
         """
@@ -33,7 +33,7 @@
         @param url URL for the plug-in (QUrl)
         @param argumentNames list of argument names (list of strings)
         @param argumentValues list of argument values (list of strings)
-        @ireturn reference to the created object (QWidget)
+        @return reference to the created object (QWidget)
         @exception NotImplementedError raised to indicate that this method
             must be implemented by subclasses
         """

eric ide

mercurial