summaryrefslogtreecommitdiff
path: root/src/leap/config/baseconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/config/baseconfig.py')
-rw-r--r--src/leap/config/baseconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/config/baseconfig.py b/src/leap/config/baseconfig.py
index 538a47f0..90529042 100644
--- a/src/leap/config/baseconfig.py
+++ b/src/leap/config/baseconfig.py
@@ -69,7 +69,7 @@ class BaseConfig:
@param standalone: if True it will return the prefix for a
standalone application. Otherwise, it will return the system
default for configuration storage.
- @param type: bool
+ @type standalone: bool
"""
return get_platform_prefixer().get_path_prefix(standalone=standalone)
@@ -147,7 +147,7 @@ class LocalizedKey(object):
informs the problem and returns an empty string
@param lang: language code
- @param type: str
+ @type lang: str
@return: localized value from the possible values returned by
self._func