Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 3359
6b6c224d67d6
parent 3287
c3d784c057b3
child 3484
645c12de6b0c
--- a/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py	Wed Mar 12 18:44:34 2014 +0100
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py	Wed Mar 12 18:46:12 2014 +0100
@@ -332,7 +332,8 @@
         Public slot to start the svn log command.
         
         @param fn filename to show the log for (string)
-        @keyparam isFile flag indicating log for a file is to be shown (boolean)
+        @keyparam isFile flag indicating log for a file is to be shown
+            (boolean)
         """
         self.sbsCheckBox.setEnabled(isFile)
         self.sbsCheckBox.setVisible(isFile)

eric ide

mercurial