Helpviewer/HelpClearPrivateDataDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2999
28c75409a78f
child 3145
a9de05d4a22f
--- a/Helpviewer/HelpClearPrivateDataDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/HelpClearPrivateDataDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -31,10 +31,10 @@
         """
         Public method to get the data from the dialog.
         
-        @return tuple with flags indicating which data to clear (browsing history,
-            search history, favicons, disk cache, cookies, passwords, web
-            databases, downloads, flash) and the selected history period in milliseconds
-            (tuple of booleans and integer)
+        @return tuple with flags indicating which data to clear
+            (browsing history, search history, favicons, disk cache, cookies,
+            passwords, web databases, downloads, flash) and the selected
+            history period in milliseconds (tuple of booleans and integer)
         """
         index = self.historyCombo.currentIndex()
         if index == 0:

eric ide

mercurial