Plugins/VcsPlugins/vcsMercurial/HgUtilities.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3302
e92f0dd51979
child 3656
441956d8fce5
--- a/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py	Thu Apr 03 23:05:31 2014 +0200
@@ -18,7 +18,7 @@
 
 def getConfigPath():
     """
-    Public method to get the filename of the config file.
+    Public function to get the filename of the config file.
     
     @return filename of the config file (string)
     """
@@ -32,7 +32,7 @@
 
 def prepareProcess(proc, encoding="", language=""):
     """
-    Public method to prepare the given process.
+    Public function to prepare the given process.
     
     @param proc reference to the proces to be prepared (QProcess)
     @param encoding encoding to be used by the process (string)

eric ide

mercurial