summaryrefslogtreecommitdiff
path: root/src/leap/config
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-03-13 10:13:59 -0300
committerTomás Touceda <chiiph@leap.se>2013-03-13 10:13:59 -0300
commitb15f28b73afc31fd4176bee1a615e4095b0f4479 (patch)
tree0556acc42aed17cde1718287206fc999e6582074 /src/leap/config
parentab1c68b5a85af10b4c646d56ee2395e89793b8ae (diff)
Fix comment on baseconfig::save
Diffstat (limited to 'src/leap/config')
-rw-r--r--src/leap/config/baseconfig.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/leap/config/baseconfig.py b/src/leap/config/baseconfig.py
index 9e47f685..0386c294 100644
--- a/src/leap/config/baseconfig.py
+++ b/src/leap/config/baseconfig.py
@@ -84,9 +84,10 @@ class BaseConfig:
"""
Saves the current configuration to disk
- @param path: relative path to configuration. The absolute path
- will be calculated depending on the platform.
- @type path: list
+ @param path_list: list of components that form the relative
+ path to configuration. The absolute path will be calculated
+ depending on the platform.
+ @type path_list: list
@return: True if saved to disk correctly, False otherwise
"""