WebBrowserPage: fixed a code documentation style issue.

Sat, 17 Oct 2020 16:31:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 17 Oct 2020 16:31:42 +0200
changeset 7794
61308586e0ed
parent 7793
f9aea82cf9a0
child 7795
a4c2f0081879

WebBrowserPage: fixed a code documentation style issue.

eric6/Preferences/ConfigurationPages/WebBrowserPage.py file | annotate | diff | comparison | revisions
--- a/eric6/Preferences/ConfigurationPages/WebBrowserPage.py	Sat Oct 17 16:31:05 2020 +0200
+++ b/eric6/Preferences/ConfigurationPages/WebBrowserPage.py	Sat Oct 17 16:31:42 2020 +0200
@@ -466,7 +466,7 @@
     @pyqtSlot()
     def on_setSpeedDialPageButton_clicked(self):
         """
-        Slot documentation goes here.
+        Private slot documentation goes here.
         """
         self.homePageEdit.setText("eric:speeddial")
     

eric ide

mercurial