diff --git a/libraries/entropy/core.py b/libraries/entropy/core.py index 40660795a..6dc903424 100644 --- a/libraries/entropy/core.py +++ b/libraries/entropy/core.py @@ -1423,7 +1423,7 @@ class SystemSettings(Singleton): """ Internal method. Remove repository cache, because not valid anymore. - @param repoid: repository identifier or None + @keyword repoid: repository identifier or None @type repoid: string or None @return: None @rtype: None @@ -1497,7 +1497,7 @@ class SystemSettings(Singleton): @type maskfile: string @param mtimefile: path where to save retrieved mtime information @type mtimefile: string - @param repoid: repository identifier or None + @keyword repoid: repository identifier or None @type repoid: string or None @return: None @rtype: None