summaryrefslogtreecommitdiff
path: root/src/leap/config/baseconfig.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-03-13 10:23:37 -0300
committerTomás Touceda <chiiph@leap.se>2013-03-13 10:23:37 -0300
commit5e3c49e57cd87ba6cdd11cb9ef59333fbfe4d49b (patch)
tree7a9446715802b16239adf6e972d570d00ddbc848 /src/leap/config/baseconfig.py
parent12d2835c7d1f3c3d11eaa587b2196c104e6859e7 (diff)
Fix standalone type comments
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