eric6_browser.py

changeset 6630
bddd12f27a4c
parent 6628
c3f0f6bffd21
child 6645
ad476851d7e0
--- a/eric6_browser.py	Fri Dec 14 19:52:38 2018 +0100
+++ b/eric6_browser.py	Sat Dec 15 16:21:38 2018 +0100
@@ -104,8 +104,10 @@
     """
     Function to create the main widget.
     
-    @param argv list of commandline parameters (list of strings)
-    @return reference to the main widget (QWidget)
+    @param argv list of command line parameters
+    @type list of str
+    @return reference to the main widget
+    @rtype QWidget
     """
     from WebBrowser.WebBrowserWindow import WebBrowserWindow
     

eric ide

mercurial