eric6/QScintilla/APIsManager.py

changeset 7900
72b88fb20261
parent 7781
607a6098cb44
child 7923
91e843545d9a
--- a/eric6/QScintilla/APIsManager.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/QScintilla/APIsManager.py	Sat Dec 19 15:22:26 2020 +0100
@@ -152,8 +152,8 @@
         """
         Public method to prepare the APIs if necessary.
         
-        @keyparam ondemand flag indicating a requested preparation (boolean)
-        @keyparam rawList list of raw API files (list of strings)
+        @param ondemand flag indicating a requested preparation (boolean)
+        @param rawList list of raw API files (list of strings)
         """
         if self.__apis is None or self.__inPreparation:
             return

eric ide

mercurial