Plugins/VcsPlugins/vcsMercurial/HgUtilities.py

changeset 3302
e92f0dd51979
parent 3160
209a07d7e401
child 3484
645c12de6b0c
--- a/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py	Sun Feb 23 15:24:28 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgUtilities.py	Sun Feb 23 19:20:43 2014 +0100
@@ -16,7 +16,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)
     """
@@ -30,7 +30,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