Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3009
bf5ae5d7477d
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -54,7 +54,8 @@
         if reposURL is None:
             E5MessageBox.critical(self,
                 self.trUtf8("Subversion Error"),
-                self.trUtf8("""The URL of the project repository could not be"""
+                self.trUtf8(
+                    """The URL of the project repository could not be"""
                     """ retrieved from the working copy. The operation will"""
                     """ be aborted"""))
             self.reject()
@@ -96,7 +97,7 @@
         selected type.
         
         @param labelCombo reference to the labelCombo object (QComboBox)
-        @param type type string (string)
+        @param type_ type string (string)
         """
         if type_ == "trunk/":
             labelCombo.clear()

eric ide

mercurial