scripts/install-debugclients.py

changeset 7900
72b88fb20261
parent 7894
4370a8b30648
child 7923
91e843545d9a
--- a/scripts/install-debugclients.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/scripts/install-debugclients.py	Sat Dec 19 15:22:26 2020 +0100
@@ -105,7 +105,7 @@
     @param dst name of the destination directory
     @param filters list of filter pattern determining the files to be copied
     @param excludeDirs list of (sub)directories to exclude from copying
-    @keyparam excludePatterns list of filter pattern determining the files to
+    @param excludePatterns list of filter pattern determining the files to
         be skipped
     """
     if excludeDirs is None:
@@ -186,7 +186,7 @@
     
     @param src source file name (string)
     @param dst destination file name or directory name (string)
-    @keyparam perm permissions to be set (integer)
+    @param perm permissions to be set (integer)
     """
     shutil.copy(src, dst)
     if os.path.isdir(dst):

eric ide

mercurial