From 1a32c188d1687b766ff7c9f0ef43abd3a4e02e89 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 4 Aug 2010 08:10:04 -0400 Subject: [PATCH] Add better help string to 'conditions' config section --- hooke/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooke/config.py b/hooke/config.py index d43a5f4..0135f6b 100644 --- a/hooke/config.py +++ b/hooke/config.py @@ -87,7 +87,7 @@ class Setting (object): str(value).replace('\n', '\n\t'))) DEFAULT_SETTINGS = [ - Setting('conditions', help='Default environmental conditions in case they are not specified in the force curve data.'), + Setting('conditions', help='Default environmental conditions in case they are not specified in the force curve data. Configuration options in this section are available to every plugin.'), Setting('conditions', 'temperature', value='301', type='float', help='Temperature in Kelvin'), # Logging settings Setting('loggers', help='Configure loggers, see\nhttp://docs.python.org/library/logging.html#configuration-file-format', wrap=False), -- 2.26.2